Html Css Color HEX #33614D Spectra

📋 copy color: '#33614D'

red 51 ◦ green 97 ◦ blue 77

#33614D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #33614D

Tints of Spectra #33614D

RGB

 RED value IS 51 (20.31% from 255) = 22.67%

 GREEN value IS 97 (38.28% from 255) = 43.11%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 22.67%
G = 43.11%
B = 34.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33614D (or 0x33614D) is known color: Spectra. HEX triplet: 33, 61 and 4D. RGB value is (51,97,77). Sum of RGB (Red+Green+Blue) = 51+97+77=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #33614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33614D is #CC9EB2. Grayscale: #515151. Windows color (decimal): -13409971 or 5071155. OLE color: 5071155.

HSL color Cylindrical-coordinate representation of color #33614D: hue angle of 153.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33614D is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 77 -
CMYK 0.47 0 0.21 0.62
HSL 153.91º 0.31% 0.29% -
HSV(B) 153.91º 0.47% 0.38% -
XYZ 6.98 9.79 8.54 -
YUV 80.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 51 97 77 0.47 0 0.21 0.62 153.91 0.31 0.29
Hex 33 61 4D 2F 0 15 3E 9A 1F 1D
Octal 63 141 115 57 0 25 76 232 37 35
Binary 110011 1100001 1001101 101111 0 10101 111110 10011010 11111 11101

Color Harmonies of #33614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33614D

Black with #33614D

Text Example


Text Example

White with #33614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33614D; }

 p { color: rgb(51,97,77); }

 H1.HeaderClassName
 {
   color: #33614D;
 }
 .AnyTagClassName
 {
   color: #33614D;
 }
</style>

background-color css

<style>
 a { background-color: #33614D; }

 a { background-color: rgb(51,97,77); }

 div.DivClassName
 {
   background-color: #33614D;
 }
 .BgClassName
 {
   background-color: #33614D;
 }
</style>

border-color css

<style>
 span { border-color: #33614D; }

 span { border-color: rgb(51,97,77); }

 td.TdClassName
 {
   border-color: #33614D;
 }
 .TagClassName
 {
   border-color: #33614D;
 }
</style>