Html Css Color HEX #25413A Gable Green

📋 copy color: '#25413A'

red 37 ◦ green 65 ◦ blue 58

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

Shades of Gable Green #25413A

Tints of Gable Green #25413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 23.13%
G = 40.63%
B = 36.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#25413A (or 0x25413A) is known color: Gable Green. HEX triplet: 25, 41 and 3A. RGB value is (37,65,58). Sum of RGB (Red+Green+Blue) = 37+65+58=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #25413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25413A is #DABEC5. Grayscale: #373737. Windows color (decimal): -14335686 or 3817765. OLE color: 3817765.

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

Color convert

RGB 37 65 58 -
CMYK 0.43 0 0.11 0.75
HSL 165º 0.27% 0.2% -
HSV(B) 165º 0.43% 0.25% -
XYZ 3.42 4.48 4.69 -
YUV 55.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 37 65 58 0.43 0 0.11 0.75 165 0.27 0.2
Hex 25 41 3A 2B 0 B 4B A5 1B 14
Octal 45 101 72 53 0 13 113 245 33 24
Binary 100101 1000001 111010 101011 0 1011 1001011 10100101 11011 10100

Color Harmonies of #25413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25413A

Black with #25413A

Text Example


Text Example

White with #25413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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