Html Css Color HEX #275006 Myrtle

📋 copy color: '#275006'

red 39 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #275006

Tints of Myrtle #275006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 31.2%
G = 64%
B = 4.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#275006 (or 0x275006) is known color: Myrtle. HEX triplet: 27, 50 and 06. RGB value is (39,80,6). Sum of RGB (Red+Green+Blue) = 39+80+6=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #275006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275006 is #D8AFF9. Grayscale: #3B3B3B. Windows color (decimal): -14200826 or 413735. OLE color: 413735.

HSL color Cylindrical-coordinate representation of color #275006: hue angle of 93.24º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #275006 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 6 -
CMYK 0.51 0 0.92 0.69
HSL 93.24º 0.86% 0.17% -
HSV(B) 93.24º 0.93% 0.31% -
XYZ 3.74 6.18 1.17 -
YUV 59.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 39 80 6 0.51 0 0.92 0.69 93.24 0.86 0.17
Hex 27 50 6 33 0 5C 45 5D 56 11
Octal 47 120 6 63 0 134 105 135 126 21
Binary 100111 1010000 110 110011 0 1011100 1000101 1011101 1010110 10001

Color Harmonies of #275006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275006

Black with #275006

Text Example


Text Example

White with #275006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275006; }

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

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

background-color css

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

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

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

border-color css

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

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

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