Html Css Color HEX #236013 Myrtle

📋 copy color: '#236013'

red 35 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #236013

Tints of Myrtle #236013

RGB

 RED value IS 35 (14.06% from 255) = 23.33%

 GREEN value IS 96 (37.89% from 255) = 64%

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

R = 23.33%
G = 64%
B = 12.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#236013 (or 0x236013) is known color: Myrtle. HEX triplet: 23, 60 and 13. RGB value is (35,96,19). Sum of RGB (Red+Green+Blue) = 35+96+19=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #236013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236013 is #DC9FEC. Grayscale: #454545. Windows color (decimal): -14458861 or 1269795. OLE color: 1269795.

HSL color Cylindrical-coordinate representation of color #236013: hue angle of 107.53º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236013 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 96 19 -
CMYK 0.64 0 0.80 0.62
HSL 107.53º 0.67% 0.23% -
HSV(B) 107.53º 0.8% 0.38% -
XYZ 4.99 8.77 2.05 -
YUV 68.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 35 96 19 0.64 0 0.80 0.62 107.53 0.67 0.23
Hex 23 60 13 40 0 50 3E 6C 43 17
Octal 43 140 23 100 0 120 76 154 103 27
Binary 100011 1100000 10011 1000000 0 1010000 111110 1101100 1000011 10111

Color Harmonies of #236013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236013

Black with #236013

Text Example


Text Example

White with #236013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236013; }

 p { color: rgb(35,96,19); }

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

background-color css

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

 a { background-color: rgb(35,96,19); }

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

border-color css

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

 span { border-color: rgb(35,96,19); }

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