Html Css Color HEX #224035 Burnham

📋 copy color: '#224035'

red 34 ◦ green 64 ◦ blue 53

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

Shades of Burnham #224035

Tints of Burnham #224035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 22.52%
G = 42.38%
B = 35.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#224035 (or 0x224035) is known color: Burnham. HEX triplet: 22, 40 and 35. RGB value is (34,64,53). Sum of RGB (Red+Green+Blue) = 34+64+53=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #224035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224035 is #DDBFCA. Grayscale: #353535. Windows color (decimal): -14532555 or 3489826. OLE color: 3489826.

HSL color Cylindrical-coordinate representation of color #224035: hue angle of 158º 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 #224035 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 53 -
CMYK 0.47 0 0.17 0.75
HSL 158º 0.31% 0.19% -
HSV(B) 158º 0.47% 0.25% -
XYZ 3.14 4.26 4.03 -
YUV 53.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 34 64 53 0.47 0 0.17 0.75 158 0.31 0.19
Hex 22 40 35 2F 0 11 4B 9E 1F 13
Octal 42 100 65 57 0 21 113 236 37 23
Binary 100010 1000000 110101 101111 0 10001 1001011 10011110 11111 10011

Color Harmonies of #224035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224035

Black with #224035

Text Example


Text Example

White with #224035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224035; }

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

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

background-color css

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

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

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

border-color css

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

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

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