Html Css Color HEX #253526 Gordons Green

📋 copy color: '#253526'

red 37 ◦ green 53 ◦ blue 38

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

Shades of Gordons Green #253526

Tints of Gordons Green #253526

RGB

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

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

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

R = 28.91%
G = 41.41%
B = 29.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#253526 (or 0x253526) is known color: Gordons Green. HEX triplet: 25, 35 and 26. RGB value is (37,53,38). Sum of RGB (Red+Green+Blue) = 37+53+38=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #253526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253526 is #DACAD9. Grayscale: #2E2E2E. Windows color (decimal): -14338778 or 2503973. OLE color: 2503973.

HSL color Cylindrical-coordinate representation of color #253526: hue angle of 123.75º 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 #253526 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 38 -
CMYK 0.30 0 0.28 0.79
HSL 123.75º 0.18% 0.18% -
HSV(B) 123.75º 0.3% 0.21% -
XYZ 2.39 3.08 2.3 -
YUV 46.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 37 53 38 0.30 0 0.28 0.79 123.75 0.18 0.18
Hex 25 35 26 1E 0 1C 4F 7C 12 12
Octal 45 65 46 36 0 34 117 174 22 22
Binary 100101 110101 100110 11110 0 11100 1001111 1111100 10010 10010

Color Harmonies of #253526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253526

Black with #253526

Text Example


Text Example

White with #253526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253526; }

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

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

background-color css

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

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

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

border-color css

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

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

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