#236600

Color #236600 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #236600

Tints of Myrtle #236600

Color information

#236600 (or 0x236600) is unknown color: approx Myrtle. HEX triplet: 23, 66 and 00. RGB value is (35,102,0). Sum of RGB (Red+Green+Blue) = 35+102+0=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #236600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236600 is #DC99FF. Grayscale: #464646. Windows color (decimal): -14457344 or 26147. OLE color: 26147.

HSL color Cylindrical-coordinate representation of color #236600: hue angle of 99.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #236600 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB351020-
CMYK0.66010.6
HSL99.41º100%20%-
HSV(B)99.41º100%40%-
XYZ5.449.861.62-
YUV70.3488.3102.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.55%
G=74.45%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3510200.66010.699.4110020
Hex23660420643C636414
Octal43146010201447414314424
Binary100011110011001000010011001001111001100011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236600; }

 p { color: rgb(35,102,0); }

 H1.HeaderClassName
 {
   color: #236600;
 }
 .AnyTagClassName
 {
   color: #236600;
 }
</style>
background-color css

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

 a { background-color: rgb(35,102,0); }

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

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

 span { border-color: rgb(35,102,0); }

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