Html Css Color HEX #224226 Gordons Green

📋 copy color: '#224226'

red 34 ◦ green 66 ◦ blue 38

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

Shades of Gordons Green #224226

Tints of Gordons Green #224226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 24.64%
G = 47.83%
B = 27.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#224226 (or 0x224226) is known color: Gordons Green. HEX triplet: 22, 42 and 26. RGB value is (34,66,38). Sum of RGB (Red+Green+Blue) = 34+66+38=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #224226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224226 is #DDBDD9. Grayscale: #353535. Windows color (decimal): -14532058 or 2507298. OLE color: 2507298.

HSL color Cylindrical-coordinate representation of color #224226: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224226 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 66 38 -
CMYK 0.48 0 0.42 0.74
HSL 127.5º 0.32% 0.2% -
HSV(B) 127.5º 0.48% 0.26% -
XYZ 2.96 4.38 2.52 -
YUV 53.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 34 66 38 0.48 0 0.42 0.74 127.5 0.32 0.2
Hex 22 42 26 30 0 2A 4A 80 20 14
Octal 42 102 46 60 0 52 112 200 40 24
Binary 100010 1000010 100110 110000 0 101010 1001010 10000000 100000 10100

Color Harmonies of #224226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224226

Black with #224226

Text Example


Text Example

White with #224226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224226; }

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

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

background-color css

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

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

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

border-color css

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

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

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