Html Css Color HEX #224328 Gordons Green

📋 copy color: '#224328'

red 34 ◦ green 67 ◦ blue 40

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

Shades of Gordons Green #224328

Tints of Gordons Green #224328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 24.11%
G = 47.52%
B = 28.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#224328 (or 0x224328) is known color: Gordons Green. HEX triplet: 22, 43 and 28. RGB value is (34,67,40). Sum of RGB (Red+Green+Blue) = 34+67+40=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #224328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224328 is #DDBCD7. Grayscale: #363636. Windows color (decimal): -14531800 or 2638626. OLE color: 2638626.

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

Color convert

RGB 34 67 40 -
CMYK 0.49 0 0.40 0.74
HSL 130.91º 0.33% 0.2% -
HSV(B) 130.91º 0.49% 0.26% -
XYZ 3.05 4.51 2.72 -
YUV 54.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 34 67 40 0.49 0 0.40 0.74 130.91 0.33 0.2
Hex 22 43 28 31 0 28 4A 83 21 14
Octal 42 103 50 61 0 50 112 203 41 24
Binary 100010 1000011 101000 110001 0 101000 1001010 10000011 100001 10100

Color Harmonies of #224328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224328

Black with #224328

Text Example


Text Example

White with #224328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224328; }

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

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

background-color css

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

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

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

border-color css

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

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

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