Html Css Color HEX #105821 Crusoe

📋 copy color: '#105821'

red 16 ◦ green 88 ◦ blue 33

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

Shades of Crusoe #105821

Tints of Crusoe #105821

RGB

 RED value IS 16 (6.64% from 255) = 11.68%

 GREEN value IS 88 (34.77% from 255) = 64.23%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 11.68%
G = 64.23%
B = 24.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#105821 (or 0x105821) is known color: Crusoe. HEX triplet: 10, 58 and 21. RGB value is (16,88,33). Sum of RGB (Red+Green+Blue) = 16+88+33=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #105821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105821 is #EFA7DE. Grayscale: #3C3C3C. Windows color (decimal): -15706079 or 2185232. OLE color: 2185232.

HSL color Cylindrical-coordinate representation of color #105821: hue angle of 134.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105821 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 88 33 -
CMYK 0.82 0 0.62 0.65
HSL 134.17º 0.69% 0.2% -
HSV(B) 134.17º 0.82% 0.35% -
XYZ 3.98 7.2 2.62 -
YUV 60.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 16 88 33 0.82 0 0.62 0.65 134.17 0.69 0.2
Hex 10 58 21 52 0 3E 41 86 45 14
Octal 20 130 41 122 0 76 101 206 105 24
Binary 10000 1011000 100001 1010010 0 111110 1000001 10000110 1000101 10100

Color Harmonies of #105821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105821

Black with #105821

Text Example


Text Example

White with #105821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105821; }

 p { color: rgb(16,88,33); }

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

background-color css

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

 a { background-color: rgb(16,88,33); }

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

border-color css

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

 span { border-color: rgb(16,88,33); }

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