#0B3725

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

Shades of Dark Green #0B3725

Tints of Dark Green #0B3725

Color information

#0B3725 (or 0x0B3725) is unknown color: approx Dark Green. HEX triplet: 0B, 37 and 25. RGB value is (11,55,37). Sum of RGB (Red+Green+Blue) = 11+55+37=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3725 is #F4C8DA. Grayscale: #272727. Windows color (decimal): -16042203 or 2438923. OLE color: 2438923.

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

Color convert

RGB115537-
CMYK0.800.330.78
HSL155.45º66.67%12.94%-
HSV(B)155.45º80%21.57%-
XYZ1.842.942.22-
YUV39.79126.42107.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=10.68%
G=53.40%
B=35.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155370.800.330.78155.4566.6712.94
HexB3725500214E9b43d
Octal13674512004111623310315
Binary10111101111001011010000010000110011101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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