Html Css Color HEX #223325 Gordons Green

📋 copy color: '#223325'

red 34 ◦ green 51 ◦ blue 37

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

Shades of Gordons Green #223325

Tints of Gordons Green #223325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

 BLUE value IS 37 (14.84% from 255) = 30.33%

R = 27.87%
G = 41.8%
B = 30.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#223325 (or 0x223325) is known color: Gordons Green. HEX triplet: 22, 33 and 25. RGB value is (34,51,37). Sum of RGB (Red+Green+Blue) = 34+51+37=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #223325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223325 is #DDCCDA. Grayscale: #2C2C2C. Windows color (decimal): -14535899 or 2437922. OLE color: 2437922.

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

Color convert

RGB 34 51 37 -
CMYK 0.33 0 0.27 0.8
HSL 130.59º 0.2% 0.17% -
HSV(B) 130.59º 0.33% 0.2% -
XYZ 2.18 2.84 2.18 -
YUV 44.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 34 51 37 0.33 0 0.27 0.8 130.59 0.2 0.17
Hex 22 33 25 21 0 1B 50 83 14 11
Octal 42 63 45 41 0 33 120 203 24 21
Binary 100010 110011 100101 100001 0 11011 1010000 10000011 10100 10001

Color Harmonies of #223325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223325

Black with #223325

Text Example


Text Example

White with #223325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223325; }

 p { color: rgb(34,51,37); }

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

background-color css

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

 a { background-color: rgb(34,51,37); }

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

border-color css

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

 span { border-color: rgb(34,51,37); }

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