Html Css Color HEX #224641 Gable Green

📋 copy color: '#224641'

red 34 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #224641

Tints of Gable Green #224641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 20.12%
G = 41.42%
B = 38.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#224641 (or 0x224641) is known color: Gable Green. HEX triplet: 22, 46 and 41. RGB value is (34,70,65). Sum of RGB (Red+Green+Blue) = 34+70+65=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #224641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224641 is #DDB9BE. Grayscale: #3A3A3A. Windows color (decimal): -14531007 or 4277794. OLE color: 4277794.

HSL color Cylindrical-coordinate representation of color #224641: hue angle of 171.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224641 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 70 65 -
CMYK 0.51 0 0.07 0.73
HSL 171.67º 0.35% 0.2% -
HSV(B) 171.67º 0.51% 0.27% -
XYZ 3.8 5.1 5.79 -
YUV 58.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 34 70 65 0.51 0 0.07 0.73 171.67 0.35 0.2
Hex 22 46 41 33 0 7 49 AC 23 14
Octal 42 106 101 63 0 7 111 254 43 24
Binary 100010 1000110 1000001 110011 0 111 1001001 10101100 100011 10100

Color Harmonies of #224641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224641

Black with #224641

Text Example


Text Example

White with #224641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224641; }

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

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

background-color css

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

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

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

border-color css

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

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

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