Html Css Color HEX #0B5A2E Crusoe

📋 copy color: '#0B5A2E'

red 11 ◦ green 90 ◦ blue 46

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

Shades of Crusoe #0B5A2E

Tints of Crusoe #0B5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.22%

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

R = 7.48%
G = 61.22%
B = 31.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#0B5A2E (or 0x0B5A2E) is known color: Crusoe. HEX triplet: 0B, 5A and 2E. RGB value is (11,90,46). Sum of RGB (Red+Green+Blue) = 11+90+46=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A2E is #F4A5D1. Grayscale: #3D3D3D. Windows color (decimal): -16033234 or 3037707. OLE color: 3037707.

HSL color Cylindrical-coordinate representation of color #0B5A2E: hue angle of 146.58º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A2E is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 90 46 -
CMYK 0.88 0 0.49 0.65
HSL 146.58º 0.78% 0.2% -
HSV(B) 146.58º 0.88% 0.35% -
XYZ 4.29 7.58 3.82 -
YUV 61.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 11 90 46 0.88 0 0.49 0.65 146.58 0.78 0.2
Hex B 5A 2E 58 0 31 41 93 4E 14
Octal 13 132 56 130 0 61 101 223 116 24
Binary 1011 1011010 101110 1011000 0 110001 1000001 10010011 1001110 10100

Color Harmonies of #0B5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A2E

Black with #0B5A2E

Text Example


Text Example

White with #0B5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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