Html Css Color HEX #275011 Myrtle

📋 copy color: '#275011'

red 39 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #275011

Tints of Myrtle #275011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 28.68%
G = 58.82%
B = 12.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#275011 (or 0x275011) is known color: Myrtle. HEX triplet: 27, 50 and 11. RGB value is (39,80,17). Sum of RGB (Red+Green+Blue) = 39+80+17=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #275011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275011 is #D8AFEE. Grayscale: #3C3C3C. Windows color (decimal): -14200815 or 1134631. OLE color: 1134631.

HSL color Cylindrical-coordinate representation of color #275011: hue angle of 99.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275011 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 17 -
CMYK 0.51 0 0.79 0.69
HSL 99.05º 0.65% 0.19% -
HSV(B) 99.05º 0.79% 0.31% -
XYZ 3.81 6.21 1.53 -
YUV 60.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 39 80 17 0.51 0 0.79 0.69 99.05 0.65 0.19
Hex 27 50 11 33 0 4F 45 63 41 13
Octal 47 120 21 63 0 117 105 143 101 23
Binary 100111 1010000 10001 110011 0 1001111 1000101 1100011 1000001 10011

Color Harmonies of #275011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275011

Black with #275011

Text Example


Text Example

White with #275011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275011; }

 p { color: rgb(39,80,17); }

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

background-color css

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

 a { background-color: rgb(39,80,17); }

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

border-color css

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

 span { border-color: rgb(39,80,17); }

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