Html Css Color HEX #0B5D37 Fun Green

📋 copy color: '#0B5D37'

red 11 ◦ green 93 ◦ blue 55

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

Shades of Fun Green #0B5D37

Tints of Fun Green #0B5D37

RGB

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

 GREEN value IS 93 (36.72% from 255) = 58.49%

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

R = 6.92%
G = 58.49%
B = 34.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#0B5D37 (or 0x0B5D37) is known color: Fun Green. HEX triplet: 0B, 5D and 37. RGB value is (11,93,55). Sum of RGB (Red+Green+Blue) = 11+93+55=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5D37 is #F4A2C8. Grayscale: #404040. Windows color (decimal): -16032457 or 3628299. OLE color: 3628299.

HSL color Cylindrical-coordinate representation of color #0B5D37: hue angle of 152.2º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5D37 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 93 55 -
CMYK 0.88 0 0.41 0.64
HSL 152.2º 0.79% 0.2% -
HSV(B) 152.2º 0.88% 0.36% -
XYZ 4.74 8.18 4.94 -
YUV 64.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 11 93 55 0.88 0 0.41 0.64 152.2 0.79 0.2
Hex B 5D 37 58 0 29 40 98 4F 14
Octal 13 135 67 130 0 51 100 230 117 24
Binary 1011 1011101 110111 1011000 0 101001 1000000 10011000 1001111 10100

Color Harmonies of #0B5D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5D37

Black with #0B5D37

Text Example


Text Example

White with #0B5D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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