Html Css Color HEX #224037 Burnham

📋 copy color: '#224037'

red 34 ◦ green 64 ◦ blue 55

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

Shades of Burnham #224037

Tints of Burnham #224037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 22.22%
G = 41.83%
B = 35.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#224037 (or 0x224037) is known color: Burnham. HEX triplet: 22, 40 and 37. RGB value is (34,64,55). Sum of RGB (Red+Green+Blue) = 34+64+55=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #224037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224037 is #DDBFC8. Grayscale: #363636. Windows color (decimal): -14532553 or 3620898. OLE color: 3620898.

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

Color convert

RGB 34 64 55 -
CMYK 0.47 0 0.14 0.75
HSL 162º 0.31% 0.19% -
HSV(B) 162º 0.47% 0.25% -
XYZ 3.18 4.28 4.27 -
YUV 54 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 34 64 55 0.47 0 0.14 0.75 162 0.31 0.19
Hex 22 40 37 2F 0 E 4B A2 1F 13
Octal 42 100 67 57 0 16 113 242 37 23
Binary 100010 1000000 110111 101111 0 1110 1001011 10100010 11111 10011

Color Harmonies of #224037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224037

Black with #224037

Text Example


Text Example

White with #224037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224037; }

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

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

background-color css

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

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

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

border-color css

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

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

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