Html Css Color HEX #254540 Gable Green

📋 copy color: '#254540'

red 37 ◦ green 69 ◦ blue 64

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

Shades of Gable Green #254540

Tints of Gable Green #254540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 21.76%
G = 40.59%
B = 37.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#254540 (or 0x254540) is known color: Gable Green. HEX triplet: 25, 45 and 40. RGB value is (37,69,64). Sum of RGB (Red+Green+Blue) = 37+69+64=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #254540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254540 is #DABABF. Grayscale: #3A3A3A. Windows color (decimal): -14334656 or 4212005. OLE color: 4212005.

HSL color Cylindrical-coordinate representation of color #254540: hue angle of 170.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254540 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 69 64 -
CMYK 0.46 0 0.07 0.73
HSL 170.63º 0.3% 0.21% -
HSV(B) 170.63º 0.46% 0.27% -
XYZ 3.82 5.02 5.62 -
YUV 58.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 37 69 64 0.46 0 0.07 0.73 170.63 0.3 0.21
Hex 25 45 40 2E 0 7 49 AB 1E 15
Octal 45 105 100 56 0 7 111 253 36 25
Binary 100101 1000101 1000000 101110 0 111 1001001 10101011 11110 10101

Color Harmonies of #254540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254540

Black with #254540

Text Example


Text Example

White with #254540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254540; }

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

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

background-color css

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

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

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

border-color css

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

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

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