Html Css Color HEX #224135 Burnham

📋 copy color: '#224135'

red 34 ◦ green 65 ◦ blue 53

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

Shades of Burnham #224135

Tints of Burnham #224135

RGB

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

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

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

R = 22.37%
G = 42.76%
B = 34.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#224135 (or 0x224135) is known color: Burnham. HEX triplet: 22, 41 and 35. RGB value is (34,65,53). Sum of RGB (Red+Green+Blue) = 34+65+53=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #224135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224135 is #DDBECA. Grayscale: #363636. Windows color (decimal): -14532299 or 3490082. OLE color: 3490082.

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

Color convert

RGB 34 65 53 -
CMYK 0.48 0 0.18 0.75
HSL 156.77º 0.31% 0.19% -
HSV(B) 156.77º 0.48% 0.25% -
XYZ 3.19 4.38 4.04 -
YUV 54.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 34 65 53 0.48 0 0.18 0.75 156.77 0.31 0.19
Hex 22 41 35 30 0 12 4B 9D 1F 13
Octal 42 101 65 60 0 22 113 235 37 23
Binary 100010 1000001 110101 110000 0 10010 1001011 10011101 11111 10011

Color Harmonies of #224135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224135

Black with #224135

Text Example


Text Example

White with #224135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224135; }

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

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

background-color css

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

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

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

border-color css

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

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

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