Html Css Color HEX #224628 Gordons Green

📋 copy color: '#224628'

red 34 ◦ green 70 ◦ blue 40

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

Shades of Gordons Green #224628

Tints of Gordons Green #224628

RGB

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

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

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

R = 23.61%
G = 48.61%
B = 27.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#224628 (or 0x224628) is known color: Gordons Green. HEX triplet: 22, 46 and 28. RGB value is (34,70,40). Sum of RGB (Red+Green+Blue) = 34+70+40=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #224628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224628 is #DDB9D7. Grayscale: #373737. Windows color (decimal): -14531032 or 2639394. OLE color: 2639394.

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

Color convert

RGB 34 70 40 -
CMYK 0.51 0 0.43 0.73
HSL 130º 0.35% 0.2% -
HSV(B) 130º 0.51% 0.27% -
XYZ 3.23 4.87 2.78 -
YUV 55.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 34 70 40 0.51 0 0.43 0.73 130 0.35 0.2
Hex 22 46 28 33 0 2B 49 82 23 14
Octal 42 106 50 63 0 53 111 202 43 24
Binary 100010 1000110 101000 110011 0 101011 1001001 10000010 100011 10100

Color Harmonies of #224628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224628

Black with #224628

Text Example


Text Example

White with #224628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224628; }

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

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

background-color css

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

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

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

border-color css

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

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

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