Html Css Color HEX #0B5D28 Crusoe

📋 copy color: '#0B5D28'

red 11 ◦ green 93 ◦ blue 40

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

Shades of Crusoe #0B5D28

Tints of Crusoe #0B5D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 64.58%

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

R = 7.64%
G = 64.58%
B = 27.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#0B5D28 (or 0x0B5D28) is known color: Crusoe. HEX triplet: 0B, 5D and 28. RGB value is (11,93,40). Sum of RGB (Red+Green+Blue) = 11+93+40=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5D28 is #F4A2D7. Grayscale: #3E3E3E. Windows color (decimal): -16032472 or 2645259. OLE color: 2645259.

HSL color Cylindrical-coordinate representation of color #0B5D28: hue angle of 141.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5D28 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 93 40 -
CMYK 0.88 0 0.57 0.64
HSL 141.22º 0.79% 0.2% -
HSV(B) 141.22º 0.88% 0.36% -
XYZ 4.44 8.05 3.33 -
YUV 62.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 11 93 40 0.88 0 0.57 0.64 141.22 0.79 0.2
Hex B 5D 28 58 0 39 40 8D 4F 14
Octal 13 135 50 130 0 71 100 215 117 24
Binary 1011 1011101 101000 1011000 0 111001 1000000 10001101 1001111 10100

Color Harmonies of #0B5D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5D28

Black with #0B5D28

Text Example


Text Example

White with #0B5D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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