Html Css Color HEX #254240 Gable Green

📋 copy color: '#254240'

red 37 ◦ green 66 ◦ blue 64

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

Shades of Gable Green #254240

Tints of Gable Green #254240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 22.16%
G = 39.52%
B = 38.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#254240 (or 0x254240) is known color: Gable Green. HEX triplet: 25, 42 and 40. RGB value is (37,66,64). Sum of RGB (Red+Green+Blue) = 37+66+64=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #254240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254240 is #DABDBF. Grayscale: #393939. Windows color (decimal): -14335424 or 4211237. OLE color: 4211237.

HSL color Cylindrical-coordinate representation of color #254240: hue angle of 175.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254240 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 64 -
CMYK 0.44 0 0.03 0.74
HSL 175.86º 0.28% 0.2% -
HSV(B) 175.86º 0.44% 0.26% -
XYZ 3.64 4.66 5.56 -
YUV 57.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 37 66 64 0.44 0 0.03 0.74 175.86 0.28 0.2
Hex 25 42 40 2C 0 3 4A B0 1C 14
Octal 45 102 100 54 0 3 112 260 34 24
Binary 100101 1000010 1000000 101100 0 11 1001010 10110000 11100 10100

Color Harmonies of #254240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254240

Black with #254240

Text Example


Text Example

White with #254240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254240; }

 p { color: rgb(37,66,64); }

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

background-color css

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

 a { background-color: rgb(37,66,64); }

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

border-color css

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

 span { border-color: rgb(37,66,64); }

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