Html Css Color HEX #0B622F Crusoe

📋 copy color: '#0B622F'

red 11 ◦ green 98 ◦ blue 47

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

Shades of Crusoe #0B622F

Tints of Crusoe #0B622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.82%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 7.05%
G = 62.82%
B = 30.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#0B622F (or 0x0B622F) is known color: Crusoe. HEX triplet: 0B, 62 and 2F. RGB value is (11,98,47). Sum of RGB (Red+Green+Blue) = 11+98+47=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #0B622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B622F is #F49DD0. Grayscale: #424242. Windows color (decimal): -16031185 or 3105291. OLE color: 3105291.

HSL color Cylindrical-coordinate representation of color #0B622F: hue angle of 144.83º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B622F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 47 -
CMYK 0.89 0 0.52 0.62
HSL 144.83º 0.8% 0.21% -
HSV(B) 144.83º 0.89% 0.38% -
XYZ 5.02 9.01 4.16 -
YUV 66.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 11 98 47 0.89 0 0.52 0.62 144.83 0.8 0.21
Hex B 62 2F 59 0 34 3E 91 50 15
Octal 13 142 57 131 0 64 76 221 120 25
Binary 1011 1100010 101111 1011001 0 110100 111110 10010001 1010000 10101

Color Harmonies of #0B622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B622F

Black with #0B622F

Text Example


Text Example

White with #0B622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,98,47); }

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

background-color css

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

 a { background-color: rgb(11,98,47); }

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

border-color css

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

 span { border-color: rgb(11,98,47); }

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