Html Css Color HEX #253427 Gordons Green

📋 copy color: '#253427'

red 37 ◦ green 52 ◦ blue 39

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

Shades of Gordons Green #253427

Tints of Gordons Green #253427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

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

R = 28.91%
G = 40.63%
B = 30.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#253427 (or 0x253427) is known color: Gordons Green. HEX triplet: 25, 34 and 27. RGB value is (37,52,39). Sum of RGB (Red+Green+Blue) = 37+52+39=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #253427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253427 is #DACBD8. Grayscale: #2E2E2E. Windows color (decimal): -14339033 or 2569253. OLE color: 2569253.

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

Color convert

RGB 37 52 39 -
CMYK 0.29 0 0.25 0.80
HSL 128º 0.17% 0.17% -
HSV(B) 128º 0.29% 0.2% -
XYZ 2.36 3 2.37 -
YUV 46.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 37 52 39 0.29 0 0.25 0.80 128 0.17 0.17
Hex 25 34 27 1D 0 19 50 80 11 11
Octal 45 64 47 35 0 31 120 200 21 21
Binary 100101 110100 100111 11101 0 11001 1010000 10000000 10001 10001

Color Harmonies of #253427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253427

Black with #253427

Text Example


Text Example

White with #253427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253427; }

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

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

background-color css

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

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

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

border-color css

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

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

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