Html Css Color HEX #254542 Gable Green

📋 copy color: '#254542'

red 37 ◦ green 69 ◦ blue 66

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

Shades of Gable Green #254542

Tints of Gable Green #254542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 21.51%
G = 40.12%
B = 38.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#254542 (or 0x254542) is known color: Gable Green. HEX triplet: 25, 45 and 42. RGB value is (37,69,66). Sum of RGB (Red+Green+Blue) = 37+69+66=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #254542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254542 is #DABABD. Grayscale: #3B3B3B. Windows color (decimal): -14334654 or 4343077. OLE color: 4343077.

HSL color Cylindrical-coordinate representation of color #254542: hue angle of 174.38º 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 #254542 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 69 66 -
CMYK 0.46 0 0.04 0.73
HSL 174.38º 0.3% 0.21% -
HSV(B) 174.38º 0.46% 0.27% -
XYZ 3.87 5.04 5.92 -
YUV 59.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 37 69 66 0.46 0 0.04 0.73 174.38 0.3 0.21
Hex 25 45 42 2E 0 4 49 AE 1E 15
Octal 45 105 102 56 0 4 111 256 36 25
Binary 100101 1000101 1000010 101110 0 100 1001001 10101110 11110 10101

Color Harmonies of #254542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254542

Black with #254542

Text Example


Text Example

White with #254542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254542; }

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

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

background-color css

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

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

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

border-color css

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

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

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