Html Css Color HEX #224B42 Gable Green

📋 copy color: '#224B42'

red 34 ◦ green 75 ◦ blue 66

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

Shades of Gable Green #224B42

Tints of Gable Green #224B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 19.43%
G = 42.86%
B = 37.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#224B42 (or 0x224B42) is known color: Gable Green. HEX triplet: 22, 4B and 42. RGB value is (34,75,66). Sum of RGB (Red+Green+Blue) = 34+75+66=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #224B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B42 is #DDB4BD. Grayscale: #3D3D3D. Windows color (decimal): -14529726 or 4344610. OLE color: 4344610.

HSL color Cylindrical-coordinate representation of color #224B42: hue angle of 166.83º 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 #224B42 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 75 66 -
CMYK 0.55 0 0.12 0.71
HSL 166.83º 0.38% 0.21% -
HSV(B) 166.83º 0.55% 0.29% -
XYZ 4.16 5.77 6.05 -
YUV 61.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 34 75 66 0.55 0 0.12 0.71 166.83 0.38 0.21
Hex 22 4B 42 37 0 C 47 A7 26 15
Octal 42 113 102 67 0 14 107 247 46 25
Binary 100010 1001011 1000010 110111 0 1100 1000111 10100111 100110 10101

Color Harmonies of #224B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B42

Black with #224B42

Text Example


Text Example

White with #224B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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