Html Css Color HEX #276501 Myrtle

📋 copy color: '#276501'

red 39 ◦ green 101 ◦ blue 1

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

Shades of Myrtle #276501

Tints of Myrtle #276501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.63%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 27.66%
G = 71.63%
B = 0.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#276501 (or 0x276501) is known color: Myrtle. HEX triplet: 27, 65 and 01. RGB value is (39,101,1). Sum of RGB (Red+Green+Blue) = 39+101+1=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #276501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276501 is #D89AFE. Grayscale: #474747. Windows color (decimal): -14195455 or 91431. OLE color: 91431.

HSL color Cylindrical-coordinate representation of color #276501: hue angle of 97.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #276501 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 101 1 -
CMYK 0.61 0 0.99 0.60
HSL 97.2º 0.98% 0.2% -
HSV(B) 97.2º 0.99% 0.4% -
XYZ 5.5 9.74 1.62 -
YUV 71.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 39 101 1 0.61 0 0.99 0.60 97.2 0.98 0.2
Hex 27 65 1 3D 0 63 3C 61 62 14
Octal 47 145 1 75 0 143 74 141 142 24
Binary 100111 1100101 1 111101 0 1100011 111100 1100001 1100010 10100

Color Harmonies of #276501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276501

Black with #276501

Text Example


Text Example

White with #276501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276501; }

 p { color: rgb(39,101,1); }

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

background-color css

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

 a { background-color: rgb(39,101,1); }

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

border-color css

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

 span { border-color: rgb(39,101,1); }

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