Html Css Color HEX #275013 Myrtle

📋 copy color: '#275013'

red 39 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #275013

Tints of Myrtle #275013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 28.26%
G = 57.97%
B = 13.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#275013 (or 0x275013) is known color: Myrtle. HEX triplet: 27, 50 and 13. RGB value is (39,80,19). Sum of RGB (Red+Green+Blue) = 39+80+19=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #275013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275013 is #D8AFEC. Grayscale: #3C3C3C. Windows color (decimal): -14200813 or 1265703. OLE color: 1265703.

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

Color convert

RGB 39 80 19 -
CMYK 0.51 0 0.76 0.69
HSL 100.33º 0.62% 0.19% -
HSV(B) 100.33º 0.76% 0.31% -
XYZ 3.82 6.22 1.61 -
YUV 60.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 39 80 19 0.51 0 0.76 0.69 100.33 0.62 0.19
Hex 27 50 13 33 0 4C 45 64 3E 13
Octal 47 120 23 63 0 114 105 144 76 23
Binary 100111 1010000 10011 110011 0 1001100 1000101 1100100 111110 10011

Color Harmonies of #275013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275013

Black with #275013

Text Example


Text Example

White with #275013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275013; }

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

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

background-color css

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

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

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

border-color css

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

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

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