Html Css Color HEX #0B7537 Dark Spring Green

📋 copy color: '#0B7537'

red 11 ◦ green 117 ◦ blue 55

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

Shades of Dark Spring Green #0B7537

Tints of Dark Spring Green #0B7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 63.93%

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 6.01%
G = 63.93%
B = 30.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#0B7537 (or 0x0B7537) is known color: Dark Spring Green. HEX triplet: 0B, 75 and 37. RGB value is (11,117,55). Sum of RGB (Red+Green+Blue) = 11+117+55=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7537 is #F48AC8. Grayscale: #4E4E4E. Windows color (decimal): -16026313 or 3634443. OLE color: 3634443.

HSL color Cylindrical-coordinate representation of color #0B7537: hue angle of 144.91º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7537 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 117 55 -
CMYK 0.91 0 0.53 0.54
HSL 144.91º 0.83% 0.25% -
HSV(B) 144.91º 0.91% 0.46% -
XYZ 7.19 13.07 5.76 -
YUV 78.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 11 117 55 0.91 0 0.53 0.54 144.91 0.83 0.25
Hex B 75 37 5B 0 35 36 91 53 19
Octal 13 165 67 133 0 65 66 221 123 31
Binary 1011 1110101 110111 1011011 0 110101 110110 10010001 1010011 11001

Color Harmonies of #0B7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7537

Black with #0B7537

Text Example


Text Example

White with #0B7537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B7537;
 }
 .AnyTagClassName
 {
   color: #0B7537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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