Html Css Color HEX #224034 Burnham

📋 copy color: '#224034'

red 34 ◦ green 64 ◦ blue 52

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

Shades of Burnham #224034

Tints of Burnham #224034

RGB

 RED value IS 34 (13.67% from 255) = 22.67%

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 52 (20.7% from 255) = 34.67%

R = 22.67%
G = 42.67%
B = 34.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#224034 (or 0x224034) is known color: Burnham. HEX triplet: 22, 40 and 34. RGB value is (34,64,52). Sum of RGB (Red+Green+Blue) = 34+64+52=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #224034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224034 is #DDBFCB. Grayscale: #353535. Windows color (decimal): -14532556 or 3424290. OLE color: 3424290.

HSL color Cylindrical-coordinate representation of color #224034: hue angle of 156º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #224034 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 52 -
CMYK 0.47 0 0.19 0.75
HSL 156º 0.31% 0.19% -
HSV(B) 156º 0.47% 0.25% -
XYZ 3.11 4.25 3.91 -
YUV 53.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 34 64 52 0.47 0 0.19 0.75 156 0.31 0.19
Hex 22 40 34 2F 0 13 4B 9C 1F 13
Octal 42 100 64 57 0 23 113 234 37 23
Binary 100010 1000000 110100 101111 0 10011 1001011 10011100 11111 10011

Color Harmonies of #224034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224034

Black with #224034

Text Example


Text Example

White with #224034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224034; }

 p { color: rgb(34,64,52); }

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

background-color css

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

 a { background-color: rgb(34,64,52); }

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

border-color css

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

 span { border-color: rgb(34,64,52); }

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