Html Css Color HEX #0B3725 Dark Green

📋 copy color: '#0B3725'

red 11 ◦ green 55 ◦ blue 37

#0B3725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0B3725

Tints of Dark Green #0B3725

RGB

 RED value IS 11 (4.69% from 255) = 10.68%

 GREEN value IS 55 (21.88% from 255) = 53.4%

 BLUE value IS 37 (14.84% from 255) = 35.92%

R = 10.68%
G = 53.4%
B = 35.92%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#0B3725 (or 0x0B3725) is known color: 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

RGB 11 55 37 -
CMYK 0.8 0 0.33 0.78
HSL 155.45º 0.67% 0.13% -
HSV(B) 155.45º 0.8% 0.22% -
XYZ 1.84 2.94 2.22 -
YUV 39.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 11 55 37 0.8 0 0.33 0.78 155.45 0.67 0.13
Hex B 37 25 50 0 21 4E 9B 43 D
Octal 13 67 45 120 0 41 116 233 103 15
Binary 1011 110111 100101 1010000 0 100001 1001110 10011011 1000011 1101

Color Harmonies of #0B3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3725

Black with #0B3725

Text Example


Text Example

White with #0B3725

Text Example


Text Example

HTML Codes & Css Web 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>