Html Css Color HEX #224B45 Gable Green

📋 copy color: '#224B45'

red 34 ◦ green 75 ◦ blue 69

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

Shades of Gable Green #224B45

Tints of Gable Green #224B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 19.1%
G = 42.13%
B = 38.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#224B45 (or 0x224B45) is known color: Gable Green. HEX triplet: 22, 4B and 45. RGB value is (34,75,69). Sum of RGB (Red+Green+Blue) = 34+75+69=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #224B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B45 is #DDB4BA. Grayscale: #3E3E3E. Windows color (decimal): -14529723 or 4541218. OLE color: 4541218.

HSL color Cylindrical-coordinate representation of color #224B45: hue angle of 171.22º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B45 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 75 69 -
CMYK 0.55 0 0.08 0.71
HSL 171.22º 0.38% 0.21% -
HSV(B) 171.22º 0.55% 0.29% -
XYZ 4.25 5.8 6.53 -
YUV 62.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 34 75 69 0.55 0 0.08 0.71 171.22 0.38 0.21
Hex 22 4B 45 37 0 8 47 AB 26 15
Octal 42 113 105 67 0 10 107 253 46 25
Binary 100010 1001011 1000101 110111 0 1000 1000111 10101011 100110 10101

Color Harmonies of #224B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B45

Black with #224B45

Text Example


Text Example

White with #224B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224B45; }

 p { color: rgb(34,75,69); }

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

background-color css

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

 a { background-color: rgb(34,75,69); }

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

border-color css

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

 span { border-color: rgb(34,75,69); }

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