Html Css Color HEX #0B6033 Crusoe

📋 copy color: '#0B6033'

red 11 ◦ green 96 ◦ blue 51

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

Shades of Crusoe #0B6033

Tints of Crusoe #0B6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 6.96%
G = 60.76%
B = 32.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#0B6033 (or 0x0B6033) is known color: Crusoe. HEX triplet: 0B, 60 and 33. RGB value is (11,96,51). Sum of RGB (Red+Green+Blue) = 11+96+51=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6033 is #F49FCC. Grayscale: #414141. Windows color (decimal): -16031693 or 3366923. OLE color: 3366923.

HSL color Cylindrical-coordinate representation of color #0B6033: hue angle of 148.24º degrees, saturation: 0.79, 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 #0B6033 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 96 51 -
CMYK 0.89 0 0.47 0.62
HSL 148.24º 0.79% 0.21% -
HSV(B) 148.24º 0.89% 0.38% -
XYZ 4.92 8.68 4.55 -
YUV 65.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 11 96 51 0.89 0 0.47 0.62 148.24 0.79 0.21
Hex B 60 33 59 0 2F 3E 94 4F 15
Octal 13 140 63 131 0 57 76 224 117 25
Binary 1011 1100000 110011 1011001 0 101111 111110 10010100 1001111 10101

Color Harmonies of #0B6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6033

Black with #0B6033

Text Example


Text Example

White with #0B6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,96,51); }

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

background-color css

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

 a { background-color: rgb(11,96,51); }

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

border-color css

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

 span { border-color: rgb(11,96,51); }

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