Html Css Color HEX #253225 Gordons Green

📋 copy color: '#253225'

red 37 ◦ green 50 ◦ blue 37

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

Shades of Gordons Green #253225

Tints of Gordons Green #253225

RGB

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

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

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

R = 29.84%
G = 40.32%
B = 29.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#253225 (or 0x253225) is known color: Gordons Green. HEX triplet: 25, 32 and 25. RGB value is (37,50,37). Sum of RGB (Red+Green+Blue) = 37+50+37=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #253225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253225 is #DACDDA. Grayscale: #2C2C2C. Windows color (decimal): -14339547 or 2437669. OLE color: 2437669.

HSL color Cylindrical-coordinate representation of color #253225: hue angle of 120º 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 #253225 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 37 -
CMYK 0.26 0 0.26 0.80
HSL 120º 0.15% 0.17% -
HSV(B) 120º 0.26% 0.2% -
XYZ 2.24 2.81 2.17 -
YUV 44.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 37 50 37 0.26 0 0.26 0.80 120 0.15 0.17
Hex 25 32 25 1A 0 1A 50 78 F 11
Octal 45 62 45 32 0 32 120 170 17 21
Binary 100101 110010 100101 11010 0 11010 1010000 1111000 1111 10001

Color Harmonies of #253225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253225

Black with #253225

Text Example


Text Example

White with #253225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253225; }

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

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

background-color css

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

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

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

border-color css

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

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

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