Html Css Color HEX #27580C Myrtle

📋 copy color: '#27580C'

red 39 ◦ green 88 ◦ blue 12

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

Shades of Myrtle #27580C

Tints of Myrtle #27580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 63.31%

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 28.06%
G = 63.31%
B = 8.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#27580C (or 0x27580C) is known color: Myrtle. HEX triplet: 27, 58 and 0C. RGB value is (39,88,12). Sum of RGB (Red+Green+Blue) = 39+88+12=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #27580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27580C is #D8A7F3. Grayscale: #404040. Windows color (decimal): -14198772 or 808999. OLE color: 808999.

HSL color Cylindrical-coordinate representation of color #27580C: hue angle of 98.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27580C is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 88 12 -
CMYK 0.56 0 0.86 0.65
HSL 98.68º 0.76% 0.2% -
HSV(B) 98.68º 0.86% 0.35% -
XYZ 4.39 7.44 1.55 -
YUV 64.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 39 88 12 0.56 0 0.86 0.65 98.68 0.76 0.2
Hex 27 58 C 38 0 56 41 63 4C 14
Octal 47 130 14 70 0 126 101 143 114 24
Binary 100111 1011000 1100 111000 0 1010110 1000001 1100011 1001100 10100

Color Harmonies of #27580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27580C

Black with #27580C

Text Example


Text Example

White with #27580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27580C; }

 p { color: rgb(39,88,12); }

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

background-color css

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

 a { background-color: rgb(39,88,12); }

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

border-color css

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

 span { border-color: rgb(39,88,12); }

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