Html Css Color HEX #0B501E Crusoe

📋 copy color: '#0B501E'

red 11 ◦ green 80 ◦ blue 30

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

Shades of Crusoe #0B501E

Tints of Crusoe #0B501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.12%

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 9.09%
G = 66.12%
B = 24.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#0B501E (or 0x0B501E) is known color: Crusoe. HEX triplet: 0B, 50 and 1E. RGB value is (11,80,30). Sum of RGB (Red+Green+Blue) = 11+80+30=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0B501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B501E is #F4AFE1. Grayscale: #353535. Windows color (decimal): -16035810 or 1986571. OLE color: 1986571.

HSL color Cylindrical-coordinate representation of color #0B501E: hue angle of 136.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B501E is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 30 -
CMYK 0.86 0 0.62 0.69
HSL 136.52º 0.76% 0.18% -
HSV(B) 136.52º 0.86% 0.31% -
XYZ 3.24 5.9 2.2 -
YUV 53.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 11 80 30 0.86 0 0.62 0.69 136.52 0.76 0.18
Hex B 50 1E 56 0 3E 45 89 4C 12
Octal 13 120 36 126 0 76 105 211 114 22
Binary 1011 1010000 11110 1010110 0 111110 1000101 10001001 1001100 10010

Color Harmonies of #0B501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B501E

Black with #0B501E

Text Example


Text Example

White with #0B501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,30); }

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

background-color css

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

 a { background-color: rgb(11,80,30); }

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

border-color css

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

 span { border-color: rgb(11,80,30); }

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