#0B3724

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

Shades of Dark Green #0B3724

Tints of Dark Green #0B3724

Color information

#0B3724 (or 0x0B3724) is unknown color: approx Dark Green. HEX triplet: 0B, 37 and 24. RGB value is (11,55,36). Sum of RGB (Red+Green+Blue) = 11+55+36=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3724 is #F4C8DB. Grayscale: #272727. Windows color (decimal): -16042204 or 2373387. OLE color: 2373387.

HSL color Cylindrical-coordinate representation of color #0B3724: hue angle of 154.09º 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 #0B3724 is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB115536-
CMYK0.800.350.78
HSL154.09º66.67%12.94%-
HSV(B)154.09º80%21.57%-
XYZ1.822.932.14-
YUV39.68125.92107.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.78%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=10.78%
G=53.92%
B=35.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155360.800.350.78154.0966.6712.94
HexB3724500234E9a43d
Octal13674412004311623210315
Binary10111101111001001010000010001110011101001101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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