Html Css Color HEX #224428 Gordons Green

📋 copy color: '#224428'

red 34 ◦ green 68 ◦ blue 40

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

Shades of Gordons Green #224428

Tints of Gordons Green #224428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 23.94%
G = 47.89%
B = 28.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#224428 (or 0x224428) is known color: Gordons Green. HEX triplet: 22, 44 and 28. RGB value is (34,68,40). Sum of RGB (Red+Green+Blue) = 34+68+40=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #224428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224428 is #DDBBD7. Grayscale: #363636. Windows color (decimal): -14531544 or 2638882. OLE color: 2638882.

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

Color convert

RGB 34 68 40 -
CMYK 0.50 0 0.41 0.73
HSL 130.59º 0.33% 0.2% -
HSV(B) 130.59º 0.5% 0.27% -
XYZ 3.11 4.63 2.74 -
YUV 54.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 34 68 40 0.50 0 0.41 0.73 130.59 0.33 0.2
Hex 22 44 28 32 0 29 49 83 21 14
Octal 42 104 50 62 0 51 111 203 41 24
Binary 100010 1000100 101000 110010 0 101001 1001001 10000011 100001 10100

Color Harmonies of #224428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224428

Black with #224428

Text Example


Text Example

White with #224428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224428; }

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

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

background-color css

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

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

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

border-color css

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

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

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