Html Css Color HEX #214C3C Burnham

📋 copy color: '#214C3C'

red 33 ◦ green 76 ◦ blue 60

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

Shades of Burnham #214C3C

Tints of Burnham #214C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

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

R = 19.53%
G = 44.97%
B = 35.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#214C3C (or 0x214C3C) is known color: Burnham. HEX triplet: 21, 4C and 3C. RGB value is (33,76,60). Sum of RGB (Red+Green+Blue) = 33+76+60=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #214C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C3C is #DEB3C3. Grayscale: #3D3D3D. Windows color (decimal): -14595012 or 3951649. OLE color: 3951649.

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

Color convert

RGB 33 76 60 -
CMYK 0.57 0 0.21 0.70
HSL 157.67º 0.39% 0.21% -
HSV(B) 157.67º 0.57% 0.3% -
XYZ 4.03 5.82 5.19 -
YUV 61.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 33 76 60 0.57 0 0.21 0.70 157.67 0.39 0.21
Hex 21 4C 3C 39 0 15 46 9E 27 15
Octal 41 114 74 71 0 25 106 236 47 25
Binary 100001 1001100 111100 111001 0 10101 1000110 10011110 100111 10101

Color Harmonies of #214C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C3C

Black with #214C3C

Text Example


Text Example

White with #214C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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