Html Css Color HEX #0B501D Crusoe

📋 copy color: '#0B501D'

red 11 ◦ green 80 ◦ blue 29

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

Shades of Crusoe #0B501D

Tints of Crusoe #0B501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 9.17%
G = 66.67%
B = 24.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#0B501D (or 0x0B501D) is known color: Crusoe. HEX triplet: 0B, 50 and 1D. RGB value is (11,80,29). Sum of RGB (Red+Green+Blue) = 11+80+29=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #0B501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B501D is #F4AFE2. Grayscale: #353535. Windows color (decimal): -16035811 or 1921035. OLE color: 1921035.

HSL color Cylindrical-coordinate representation of color #0B501D: hue angle of 135.65º 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 #0B501D is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 29 -
CMYK 0.86 0 0.64 0.69
HSL 135.65º 0.76% 0.18% -
HSV(B) 135.65º 0.86% 0.31% -
XYZ 3.23 5.9 2.13 -
YUV 53.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 11 80 29 0.86 0 0.64 0.69 135.65 0.76 0.18
Hex B 50 1D 56 0 40 45 88 4C 12
Octal 13 120 35 126 0 100 105 210 114 22
Binary 1011 1010000 11101 1010110 0 1000000 1000101 10001000 1001100 10010

Color Harmonies of #0B501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B501D

Black with #0B501D

Text Example


Text Example

White with #0B501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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