Html Css Color HEX #214D3C Burnham

📋 copy color: '#214D3C'

red 33 ◦ green 77 ◦ blue 60

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

Shades of Burnham #214D3C

Tints of Burnham #214D3C

RGB

 RED value IS 33 (13.28% from 255) = 19.41%

 GREEN value IS 77 (30.47% from 255) = 45.29%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 19.41%
G = 45.29%
B = 35.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#214D3C (or 0x214D3C) is known color: Burnham. HEX triplet: 21, 4D and 3C. RGB value is (33,77,60). Sum of RGB (Red+Green+Blue) = 33+77+60=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #214D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D3C is #DEB2C3. Grayscale: #3D3D3D. Windows color (decimal): -14594756 or 3951905. OLE color: 3951905.

HSL color Cylindrical-coordinate representation of color #214D3C: hue angle of 156.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D3C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 77 60 -
CMYK 0.57 0 0.22 0.70
HSL 156.82º 0.4% 0.22% -
HSV(B) 156.82º 0.57% 0.3% -
XYZ 4.1 5.96 5.21 -
YUV 61.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 33 77 60 0.57 0 0.22 0.70 156.82 0.4 0.22
Hex 21 4D 3C 39 0 16 46 9D 28 16
Octal 41 115 74 71 0 26 106 235 50 26
Binary 100001 1001101 111100 111001 0 10110 1000110 10011101 101000 10110

Color Harmonies of #214D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D3C

Black with #214D3C

Text Example


Text Example

White with #214D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D3C; }

 p { color: rgb(33,77,60); }

 H1.HeaderClassName
 {
   color: #214D3C;
 }
 .AnyTagClassName
 {
   color: #214D3C;
 }
</style>

background-color css

<style>
 a { background-color: #214D3C; }

 a { background-color: rgb(33,77,60); }

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

border-color css

<style>
 span { border-color: #214D3C; }

 span { border-color: rgb(33,77,60); }

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