#25412C

Color #25412C Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #25412C

Tints of Gordons Green #25412C

Color information

#25412C (or 0x25412C) is unknown color: approx Gordons Green. HEX triplet: 25, 41 and 2C. RGB value is (37,65,44). Sum of RGB (Red+Green+Blue) = 37+65+44=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #25412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412C is #DABED3. Grayscale: #363636. Windows color (decimal): -14335700 or 2900261. OLE color: 2900261.

HSL color Cylindrical-coordinate representation of color #25412C: hue angle of 135º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25412C is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB376544-
CMYK0.4300.320.75
HSL135º27.45%20%-
HSV(B)135º43.08%25.49%-
XYZ3.114.363.06-
YUV54.23122.22115.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=25.34%
G=44.52%
B=30.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765440.4300.320.7513527.4520
Hex25412C2B0204B871b14
Octal4510154530401132073324
Binary100101100000110110010101101000001001011100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25412C; }

 p { color: rgb(37,65,44); }

 H1.HeaderClassName
 {
   color: #25412C;
 }
 .AnyTagClassName
 {
   color: #25412C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25412C;
 }
 .BgClassName
 {
   background-color: #25412C;
 }
</style>
border-color css

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

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

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