Html Css Color HEX #27524A Gable Green

📋 copy color: '#27524A'

red 39 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #27524A

Tints of Gable Green #27524A

RGB

 RED value IS 39 (15.63% from 255) = 20%

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 20%
G = 42.05%
B = 37.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#27524A (or 0x27524A) is known color: Gable Green. HEX triplet: 27, 52 and 4A. RGB value is (39,82,74). Sum of RGB (Red+Green+Blue) = 39+82+74=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #27524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27524A is #D8ADB5. Grayscale: #444444. Windows color (decimal): -14200246 or 4870695. OLE color: 4870695.

HSL color Cylindrical-coordinate representation of color #27524A: hue angle of 168.84º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27524A is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 74 -
CMYK 0.52 0 0.10 0.68
HSL 168.84º 0.36% 0.24% -
HSV(B) 168.84º 0.52% 0.32% -
XYZ 5.09 6.96 7.55 -
YUV 68.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 39 82 74 0.52 0 0.10 0.68 168.84 0.36 0.24
Hex 27 52 4A 34 0 A 44 A9 24 18
Octal 47 122 112 64 0 12 104 251 44 30
Binary 100111 1010010 1001010 110100 0 1010 1000100 10101001 100100 11000

Color Harmonies of #27524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27524A

Black with #27524A

Text Example


Text Example

White with #27524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,82,74); }

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

background-color css

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

 a { background-color: rgb(39,82,74); }

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

border-color css

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

 span { border-color: rgb(39,82,74); }

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