Html Css Color HEX #275012 Myrtle

📋 copy color: '#275012'

red 39 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #275012

Tints of Myrtle #275012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 28.47%
G = 58.39%
B = 13.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#275012 (or 0x275012) is known color: Myrtle. HEX triplet: 27, 50 and 12. RGB value is (39,80,18). Sum of RGB (Red+Green+Blue) = 39+80+18=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #275012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275012 is #D8AFED. Grayscale: #3C3C3C. Windows color (decimal): -14200814 or 1200167. OLE color: 1200167.

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

Color convert

RGB 39 80 18 -
CMYK 0.51 0 0.78 0.69
HSL 99.68º 0.63% 0.19% -
HSV(B) 99.68º 0.78% 0.31% -
XYZ 3.81 6.21 1.57 -
YUV 60.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 39 80 18 0.51 0 0.78 0.69 99.68 0.63 0.19
Hex 27 50 12 33 0 4E 45 64 3F 13
Octal 47 120 22 63 0 116 105 144 77 23
Binary 100111 1010000 10010 110011 0 1001110 1000101 1100100 111111 10011

Color Harmonies of #275012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275012

Black with #275012

Text Example


Text Example

White with #275012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275012; }

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

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

background-color css

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

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

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

border-color css

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

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

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