Html Css Color HEX #224529 Gordons Green

📋 copy color: '#224529'

red 34 ◦ green 69 ◦ blue 41

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

Shades of Gordons Green #224529

Tints of Gordons Green #224529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.92%

 BLUE value IS 41 (16.41% from 255) = 28.47%

R = 23.61%
G = 47.92%
B = 28.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#224529 (or 0x224529) is known color: Gordons Green. HEX triplet: 22, 45 and 29. RGB value is (34,69,41). Sum of RGB (Red+Green+Blue) = 34+69+41=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #224529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224529 is #DDBAD6. Grayscale: #373737. Windows color (decimal): -14531287 or 2704674. OLE color: 2704674.

HSL color Cylindrical-coordinate representation of color #224529: hue angle of 132º degrees, saturation: 0.34, 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 #224529 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 69 41 -
CMYK 0.51 0 0.41 0.73
HSL 132º 0.34% 0.2% -
HSV(B) 132º 0.51% 0.27% -
XYZ 3.19 4.76 2.85 -
YUV 55.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 34 69 41 0.51 0 0.41 0.73 132 0.34 0.2
Hex 22 45 29 33 0 29 49 84 22 14
Octal 42 105 51 63 0 51 111 204 42 24
Binary 100010 1000101 101001 110011 0 101001 1001001 10000100 100010 10100

Color Harmonies of #224529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224529

Black with #224529

Text Example


Text Example

White with #224529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224529; }

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

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

background-color css

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

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

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

border-color css

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

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

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