Html Css Color HEX #0B5328 Crusoe

📋 copy color: '#0B5328'

red 11 ◦ green 83 ◦ blue 40

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

Shades of Crusoe #0B5328

Tints of Crusoe #0B5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.94%

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 8.21%
G = 61.94%
B = 29.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#0B5328 (or 0x0B5328) is known color: Crusoe. HEX triplet: 0B, 53 and 28. RGB value is (11,83,40). Sum of RGB (Red+Green+Blue) = 11+83+40=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5328 is #F4ACD7. Grayscale: #383838. Windows color (decimal): -16035032 or 2642699. OLE color: 2642699.

HSL color Cylindrical-coordinate representation of color #0B5328: hue angle of 144.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5328 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 11 83 40 -
CMYK 0.87 0 0.52 0.67
HSL 144.17º 0.77% 0.18% -
HSV(B) 144.17º 0.87% 0.33% -
XYZ 3.61 6.41 3.05 -
YUV 56.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 11 83 40 0.87 0 0.52 0.67 144.17 0.77 0.18
Hex B 53 28 57 0 34 43 90 4D 12
Octal 13 123 50 127 0 64 103 220 115 22
Binary 1011 1010011 101000 1010111 0 110100 1000011 10010000 1001101 10010

Color Harmonies of #0B5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5328

Black with #0B5328

Text Example


Text Example

White with #0B5328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,83,40); }

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

background-color css

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

 a { background-color: rgb(11,83,40); }

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

border-color css

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

 span { border-color: rgb(11,83,40); }

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