Html Css Color HEX #0B531C Crusoe

📋 copy color: '#0B531C'

red 11 ◦ green 83 ◦ blue 28

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

Shades of Crusoe #0B531C

Tints of Crusoe #0B531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 9.02%
G = 68.03%
B = 22.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#0B531C (or 0x0B531C) is known color: Crusoe. HEX triplet: 0B, 53 and 1C. RGB value is (11,83,28). Sum of RGB (Red+Green+Blue) = 11+83+28=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #0B531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B531C is #F4ACE3. Grayscale: #373737. Windows color (decimal): -16035044 or 1856267. OLE color: 1856267.

HSL color Cylindrical-coordinate representation of color #0B531C: hue angle of 134.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 #0B531C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 11 83 28 -
CMYK 0.87 0 0.66 0.67
HSL 134.17º 0.77% 0.18% -
HSV(B) 134.17º 0.87% 0.33% -
XYZ 3.44 6.34 2.14 -
YUV 55.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 11 83 28 0.87 0 0.66 0.67 134.17 0.77 0.18
Hex B 53 1C 57 0 42 43 86 4D 12
Octal 13 123 34 127 0 102 103 206 115 22
Binary 1011 1010011 11100 1010111 0 1000010 1000011 10000110 1001101 10010

Color Harmonies of #0B531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B531C

Black with #0B531C

Text Example


Text Example

White with #0B531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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