Html Css Color HEX #253226 Gordons Green

📋 copy color: '#253226'

red 37 ◦ green 50 ◦ blue 38

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

Shades of Gordons Green #253226

Tints of Gordons Green #253226

RGB

 RED value IS 37 (14.84% from 255) = 29.6%

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 29.6%
G = 40%
B = 30.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#253226 (or 0x253226) is known color: Gordons Green. HEX triplet: 25, 32 and 26. RGB value is (37,50,38). Sum of RGB (Red+Green+Blue) = 37+50+38=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #253226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253226 is #DACDD9. Grayscale: #2C2C2C. Windows color (decimal): -14339546 or 2503205. OLE color: 2503205.

HSL color Cylindrical-coordinate representation of color #253226: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253226 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 38 -
CMYK 0.26 0 0.24 0.80
HSL 124.62º 0.15% 0.17% -
HSV(B) 124.62º 0.26% 0.2% -
XYZ 2.25 2.81 2.26 -
YUV 44.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 37 50 38 0.26 0 0.24 0.80 124.62 0.15 0.17
Hex 25 32 26 1A 0 18 50 7D F 11
Octal 45 62 46 32 0 30 120 175 17 21
Binary 100101 110010 100110 11010 0 11000 1010000 1111101 1111 10001

Color Harmonies of #253226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253226

Black with #253226

Text Example


Text Example

White with #253226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253226; }

 p { color: rgb(37,50,38); }

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

background-color css

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

 a { background-color: rgb(37,50,38); }

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

border-color css

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

 span { border-color: rgb(37,50,38); }

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