Html Css Color HEX #0B6132 Crusoe

📋 copy color: '#0B6132'

red 11 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #0B6132

Tints of Crusoe #0B6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

 BLUE value IS 50 (19.92% from 255) = 31.65%

R = 6.96%
G = 61.39%
B = 31.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#0B6132 (or 0x0B6132) is known color: Crusoe. HEX triplet: 0B, 61 and 32. RGB value is (11,97,50). Sum of RGB (Red+Green+Blue) = 11+97+50=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #0B6132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6132 is #F49ECD. Grayscale: #424242. Windows color (decimal): -16031438 or 3301643. OLE color: 3301643.

HSL color Cylindrical-coordinate representation of color #0B6132: hue angle of 147.21º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6132 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 97 50 -
CMYK 0.89 0 0.48 0.62
HSL 147.21º 0.8% 0.21% -
HSV(B) 147.21º 0.89% 0.38% -
XYZ 4.99 8.85 4.46 -
YUV 65.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 11 97 50 0.89 0 0.48 0.62 147.21 0.8 0.21
Hex B 61 32 59 0 30 3E 93 50 15
Octal 13 141 62 131 0 60 76 223 120 25
Binary 1011 1100001 110010 1011001 0 110000 111110 10010011 1010000 10101

Color Harmonies of #0B6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6132

Black with #0B6132

Text Example


Text Example

White with #0B6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,97,50); }

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

background-color css

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

 a { background-color: rgb(11,97,50); }

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

border-color css

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

 span { border-color: rgb(11,97,50); }

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