#0B3825

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

Shades of Dark Green #0B3825

Tints of Dark Green #0B3825

Color information

#0B3825 (or 0x0B3825) is unknown color: approx Dark Green. HEX triplet: 0B, 38 and 25. RGB value is (11,56,37). Sum of RGB (Red+Green+Blue) = 11+56+37=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3825 is #F4C7DA. Grayscale: #282828. Windows color (decimal): -16041947 or 2439179. OLE color: 2439179.

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

Color convert

RGB115637-
CMYK0.8000.340.78
HSL154.67º67.16%13.14%-
HSV(B)154.67º80.36%21.96%-
XYZ1.893.032.24-
YUV40.38126.09107.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=10.58%
G=53.85%
B=35.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1156370.8000.340.78154.6767.1613.14
HexB3825500224E9b43d
Octal13704512004211623310315
Binary10111110001001011010000010001010011101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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