Html Css Color HEX #224427 Gordons Green

📋 copy color: '#224427'

red 34 ◦ green 68 ◦ blue 39

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

Shades of Gordons Green #224427

Tints of Gordons Green #224427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 24.11%
G = 48.23%
B = 27.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#224427 (or 0x224427) is known color: Gordons Green. HEX triplet: 22, 44 and 27. RGB value is (34,68,39). Sum of RGB (Red+Green+Blue) = 34+68+39=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #224427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224427 is #DDBBD8. Grayscale: #363636. Windows color (decimal): -14531545 or 2573346. OLE color: 2573346.

HSL color Cylindrical-coordinate representation of color #224427: hue angle of 128.82º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224427 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 68 39 -
CMYK 0.50 0 0.43 0.73
HSL 128.82º 0.33% 0.2% -
HSV(B) 128.82º 0.5% 0.27% -
XYZ 3.09 4.62 2.65 -
YUV 54.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 34 68 39 0.50 0 0.43 0.73 128.82 0.33 0.2
Hex 22 44 27 32 0 2B 49 81 21 14
Octal 42 104 47 62 0 53 111 201 41 24
Binary 100010 1000100 100111 110010 0 101011 1001001 10000001 100001 10100

Color Harmonies of #224427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224427

Black with #224427

Text Example


Text Example

White with #224427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224427; }

 p { color: rgb(34,68,39); }

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

background-color css

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

 a { background-color: rgb(34,68,39); }

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

border-color css

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

 span { border-color: rgb(34,68,39); }

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