#0B3824

Color #0B3824 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0B3824

Tints of Dark Green #0B3824

Color information

#0B3824 (or 0x0B3824) is unknown color: approx Dark Green. HEX triplet: 0B, 38 and 24. RGB value is (11,56,36). Sum of RGB (Red+Green+Blue) = 11+56+36=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3824 is #F4C7DB. Grayscale: #282828. Windows color (decimal): -16041948 or 2373643. OLE color: 2373643.

HSL color Cylindrical-coordinate representation of color #0B3824: hue angle of 153.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3824 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB115636-
CMYK0.8000.360.78
HSL153.33º67.16%13.14%-
HSV(B)153.33º80.36%21.96%-
XYZ1.873.032.15-
YUV40.26125.59107.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=10.68%
G=54.37%
B=34.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156360.8000.360.78153.3367.1613.14
HexB3824500244E9943d
Octal13704412004411623110315
Binary10111110001001001010000010010010011101001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B3824; }

 p { color: rgb(11,56,36); }

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

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

 a { background-color: rgb(11,56,36); }

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

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

 span { border-color: rgb(11,56,36); }

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