Html Css Color HEX #27413B Gable Green

📋 copy color: '#27413B'

red 39 ◦ green 65 ◦ blue 59

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

Shades of Gable Green #27413B

Tints of Gable Green #27413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 23.93%
G = 39.88%
B = 36.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#27413B (or 0x27413B) is known color: Gable Green. HEX triplet: 27, 41 and 3B. RGB value is (39,65,59). Sum of RGB (Red+Green+Blue) = 39+65+59=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #27413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27413B is #D8BEC4. Grayscale: #383838. Windows color (decimal): -14204613 or 3883303. OLE color: 3883303.

HSL color Cylindrical-coordinate representation of color #27413B: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #27413B is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 65 59 -
CMYK 0.40 0 0.09 0.75
HSL 166.15º 0.25% 0.2% -
HSV(B) 166.15º 0.4% 0.25% -
XYZ 3.52 4.53 4.83 -
YUV 56.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 39 65 59 0.40 0 0.09 0.75 166.15 0.25 0.2
Hex 27 41 3B 28 0 9 4B A6 19 14
Octal 47 101 73 50 0 11 113 246 31 24
Binary 100111 1000001 111011 101000 0 1001 1001011 10100110 11001 10100

Color Harmonies of #27413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27413B

Black with #27413B

Text Example


Text Example

White with #27413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27413B; }

 p { color: rgb(39,65,59); }

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

background-color css

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

 a { background-color: rgb(39,65,59); }

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

border-color css

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

 span { border-color: rgb(39,65,59); }

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