Html Css Color HEX #235006 Myrtle

📋 copy color: '#235006'

red 35 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #235006

Tints of Myrtle #235006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 28.93%
G = 66.12%
B = 4.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#235006 (or 0x235006) is known color: Myrtle. HEX triplet: 23, 50 and 06. RGB value is (35,80,6). Sum of RGB (Red+Green+Blue) = 35+80+6=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #235006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235006 is #DCAFF9. Grayscale: #3A3A3A. Windows color (decimal): -14462970 or 413731. OLE color: 413731.

HSL color Cylindrical-coordinate representation of color #235006: hue angle of 96.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #235006 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 6 -
CMYK 0.56 0 0.92 0.69
HSL 96.49º 0.86% 0.17% -
HSV(B) 96.49º 0.93% 0.31% -
XYZ 3.59 6.11 1.16 -
YUV 58.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 35 80 6 0.56 0 0.92 0.69 96.49 0.86 0.17
Hex 23 50 6 38 0 5C 45 60 56 11
Octal 43 120 6 70 0 134 105 140 126 21
Binary 100011 1010000 110 111000 0 1011100 1000101 1100000 1010110 10001

Color Harmonies of #235006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235006

Black with #235006

Text Example


Text Example

White with #235006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235006; }

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

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

background-color css

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

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

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

border-color css

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

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

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