Html Css Color HEX #0B651D Crusoe

📋 copy color: '#0B651D'

red 11 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #0B651D

Tints of Crusoe #0B651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.63%

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

R = 7.8%
G = 71.63%
B = 20.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#0B651D (or 0x0B651D) is known color: Crusoe. HEX triplet: 0B, 65 and 1D. RGB value is (11,101,29). Sum of RGB (Red+Green+Blue) = 11+101+29=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #0B651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B651D is #F49AE2. Grayscale: #424242. Windows color (decimal): -16030435 or 1926411. OLE color: 1926411.

HSL color Cylindrical-coordinate representation of color #0B651D: hue angle of 132º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B651D is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 101 29 -
CMYK 0.89 0 0.71 0.60
HSL 132º 0.8% 0.22% -
HSV(B) 132º 0.89% 0.4% -
XYZ 5.01 9.47 2.73 -
YUV 65.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 11 101 29 0.89 0 0.71 0.60 132 0.8 0.22
Hex B 65 1D 59 0 47 3C 84 50 16
Octal 13 145 35 131 0 107 74 204 120 26
Binary 1011 1100101 11101 1011001 0 1000111 111100 10000100 1010000 10110

Color Harmonies of #0B651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B651D

Black with #0B651D

Text Example


Text Example

White with #0B651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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