#235B0D

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

Shades of Myrtle #235B0D

Tints of Myrtle #235B0D

Color information

#235B0D (or 0x235B0D) is unknown color: approx Myrtle. HEX triplet: 23, 5B and 0D. RGB value is (35,91,13). Sum of RGB (Red+Green+Blue) = 35+91+13=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 91 (35.94% from 255 or 65.47% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 91 - color contains mainly: green. Hex color #235B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235B0D is #DCA4F2. Grayscale: #414141. Windows color (decimal): -14460147 or 875299. OLE color: 875299.

HSL color Cylindrical-coordinate representation of color #235B0D: hue angle of 103.08º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235B0D is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB359113-
CMYK0.6200.860.64
HSL103.08º75%20.39%-
HSV(B)103.08º85.71%35.69%-
XYZ4.517.871.66-
YUV65.3698.45106.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 91 (35.94% from 255) = 65.47%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=25.18%
G=65.47%
B=9.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591130.6200.860.64103.087520.39
Hex235BD3E05640674b14
Octal431331576012610014711324
Binary100011101101111011111100101011010000001100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235B0D; }

 p { color: rgb(35,91,13); }

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

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

 a { background-color: rgb(35,91,13); }

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

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

 span { border-color: rgb(35,91,13); }

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