Html Css Color HEX #0B632E Crusoe

📋 copy color: '#0B632E'

red 11 ◦ green 99 ◦ blue 46

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

Shades of Crusoe #0B632E

Tints of Crusoe #0B632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.46%

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

R = 7.05%
G = 63.46%
B = 29.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#0B632E (or 0x0B632E) is known color: Crusoe. HEX triplet: 0B, 63 and 2E. RGB value is (11,99,46). Sum of RGB (Red+Green+Blue) = 11+99+46=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #0B632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B632E is #F49CD1. Grayscale: #424242. Windows color (decimal): -16030930 or 3040011. OLE color: 3040011.

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

Color convert

RGB 11 99 46 -
CMYK 0.89 0 0.54 0.61
HSL 143.86º 0.8% 0.22% -
HSV(B) 143.86º 0.89% 0.39% -
XYZ 5.09 9.19 4.09 -
YUV 66.65 116.35 88.31 -
System Red Green Blue C M Y K H S L
Decimal 11 99 46 0.89 0 0.54 0.61 143.86 0.8 0.22
Hex B 63 2E 59 0 36 3D 90 50 16
Octal 13 143 56 131 0 66 75 220 120 26
Binary 1011 1100011 101110 1011001 0 110110 111101 10010000 1010000 10110

Color Harmonies of #0B632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B632E

Black with #0B632E

Text Example


Text Example

White with #0B632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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