Html Css Color HEX #235012 Myrtle

📋 copy color: '#235012'

red 35 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #235012

Tints of Myrtle #235012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 26.32%
G = 60.15%
B = 13.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#235012 (or 0x235012) is known color: Myrtle. HEX triplet: 23, 50 and 12. RGB value is (35,80,18). Sum of RGB (Red+Green+Blue) = 35+80+18=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #235012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235012 is #DCAFED. Grayscale: #3B3B3B. Windows color (decimal): -14462958 or 1200163. OLE color: 1200163.

HSL color Cylindrical-coordinate representation of color #235012: hue angle of 103.55º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235012 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 18 -
CMYK 0.56 0 0.78 0.69
HSL 103.55º 0.63% 0.19% -
HSV(B) 103.55º 0.78% 0.31% -
XYZ 3.67 6.14 1.56 -
YUV 59.48 104.59 110.54 -
System Red Green Blue C M Y K H S L
Decimal 35 80 18 0.56 0 0.78 0.69 103.55 0.63 0.19
Hex 23 50 12 38 0 4E 45 68 3F 13
Octal 43 120 22 70 0 116 105 150 77 23
Binary 100011 1010000 10010 111000 0 1001110 1000101 1101000 111111 10011

Color Harmonies of #235012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235012

Black with #235012

Text Example


Text Example

White with #235012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235012; }

 p { color: rgb(35,80,18); }

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

background-color css

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

 a { background-color: rgb(35,80,18); }

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

border-color css

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

 span { border-color: rgb(35,80,18); }

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