Html Css Color HEX #253527 Gordons Green

📋 copy color: '#253527'

red 37 ◦ green 53 ◦ blue 39

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

Shades of Gordons Green #253527

Tints of Gordons Green #253527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 28.68%
G = 41.09%
B = 30.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#253527 (or 0x253527) is known color: Gordons Green. HEX triplet: 25, 35 and 27. RGB value is (37,53,39). Sum of RGB (Red+Green+Blue) = 37+53+39=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #253527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253527 is #DACAD8. Grayscale: #2E2E2E. Windows color (decimal): -14338777 or 2569509. OLE color: 2569509.

HSL color Cylindrical-coordinate representation of color #253527: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253527 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 39 -
CMYK 0.30 0 0.26 0.79
HSL 127.5º 0.18% 0.18% -
HSV(B) 127.5º 0.3% 0.21% -
XYZ 2.4 3.09 2.39 -
YUV 46.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 37 53 39 0.30 0 0.26 0.79 127.5 0.18 0.18
Hex 25 35 27 1E 0 1A 4F 80 12 12
Octal 45 65 47 36 0 32 117 200 22 22
Binary 100101 110101 100111 11110 0 11010 1001111 10000000 10010 10010

Color Harmonies of #253527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253527

Black with #253527

Text Example


Text Example

White with #253527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253527; }

 p { color: rgb(37,53,39); }

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

background-color css

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

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

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

border-color css

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

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

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