Html Css Color HEX #224136 Burnham

📋 copy color: '#224136'

red 34 ◦ green 65 ◦ blue 54

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

Shades of Burnham #224136

Tints of Burnham #224136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.48%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 22.22%
G = 42.48%
B = 35.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#224136 (or 0x224136) is known color: Burnham. HEX triplet: 22, 41 and 36. RGB value is (34,65,54). Sum of RGB (Red+Green+Blue) = 34+65+54=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #224136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224136 is #DDBEC9. Grayscale: #363636. Windows color (decimal): -14532298 or 3555618. OLE color: 3555618.

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

Color convert

RGB 34 65 54 -
CMYK 0.48 0 0.17 0.75
HSL 158.71º 0.31% 0.19% -
HSV(B) 158.71º 0.48% 0.25% -
XYZ 3.22 4.39 4.17 -
YUV 54.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 34 65 54 0.48 0 0.17 0.75 158.71 0.31 0.19
Hex 22 41 36 30 0 11 4B 9F 1F 13
Octal 42 101 66 60 0 21 113 237 37 23
Binary 100010 1000001 110110 110000 0 10001 1001011 10011111 11111 10011

Color Harmonies of #224136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224136

Black with #224136

Text Example


Text Example

White with #224136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224136; }

 p { color: rgb(34,65,54); }

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

background-color css

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

 a { background-color: rgb(34,65,54); }

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

border-color css

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

 span { border-color: rgb(34,65,54); }

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