Html Css Color HEX #25413B Gable Green

📋 copy color: '#25413B'

red 37 ◦ green 65 ◦ blue 59

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

Shades of Gable Green #25413B

Tints of Gable Green #25413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 22.98%
G = 40.37%
B = 36.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#25413B (or 0x25413B) is known color: Gable Green. HEX triplet: 25, 41 and 3B. RGB value is (37,65,59). Sum of RGB (Red+Green+Blue) = 37+65+59=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #25413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25413B is #DABEC4. Grayscale: #373737. Windows color (decimal): -14335685 or 3883301. OLE color: 3883301.

HSL color Cylindrical-coordinate representation of color #25413B: hue angle of 167.14º 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 #25413B is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 59 -
CMYK 0.43 0 0.09 0.75
HSL 167.14º 0.27% 0.2% -
HSV(B) 167.14º 0.43% 0.25% -
XYZ 3.44 4.49 4.82 -
YUV 55.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 37 65 59 0.43 0 0.09 0.75 167.14 0.27 0.2
Hex 25 41 3B 2B 0 9 4B A7 1B 14
Octal 45 101 73 53 0 11 113 247 33 24
Binary 100101 1000001 111011 101011 0 1001 1001011 10100111 11011 10100

Color Harmonies of #25413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25413B

Black with #25413B

Text Example


Text Example

White with #25413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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