Html Css Color HEX #0B532E Crusoe

📋 copy color: '#0B532E'

red 11 ◦ green 83 ◦ blue 46

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

Shades of Crusoe #0B532E

Tints of Crusoe #0B532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 7.86%
G = 59.29%
B = 32.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#0B532E (or 0x0B532E) is known color: Crusoe. HEX triplet: 0B, 53 and 2E. RGB value is (11,83,46). Sum of RGB (Red+Green+Blue) = 11+83+46=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #0B532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B532E is #F4ACD1. Grayscale: #393939. Windows color (decimal): -16035026 or 3035915. OLE color: 3035915.

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

Color convert

RGB 11 83 46 -
CMYK 0.87 0 0.45 0.67
HSL 149.17º 0.77% 0.18% -
HSV(B) 149.17º 0.87% 0.33% -
XYZ 3.72 6.45 3.63 -
YUV 57.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 11 83 46 0.87 0 0.45 0.67 149.17 0.77 0.18
Hex B 53 2E 57 0 2D 43 95 4D 12
Octal 13 123 56 127 0 55 103 225 115 22
Binary 1011 1010011 101110 1010111 0 101101 1000011 10010101 1001101 10010

Color Harmonies of #0B532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B532E

Black with #0B532E

Text Example


Text Example

White with #0B532E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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