Html Css Color HEX #106526 Crusoe

📋 copy color: '#106526'

red 16 ◦ green 101 ◦ blue 38

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

Shades of Crusoe #106526

Tints of Crusoe #106526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 10.32%
G = 65.16%
B = 24.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#106526 (or 0x106526) is known color: Crusoe. HEX triplet: 10, 65 and 26. RGB value is (16,101,38). Sum of RGB (Red+Green+Blue) = 16+101+38=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #106526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106526 is #EF9AD9. Grayscale: #444444. Windows color (decimal): -15702746 or 2516240. OLE color: 2516240.

HSL color Cylindrical-coordinate representation of color #106526: hue angle of 135.53º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106526 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 38 -
CMYK 0.84 0 0.62 0.60
HSL 135.53º 0.73% 0.23% -
HSV(B) 135.53º 0.84% 0.4% -
XYZ 5.22 9.56 3.4 -
YUV 68.4 110.84 90.62 -
System Red Green Blue C M Y K H S L
Decimal 16 101 38 0.84 0 0.62 0.60 135.53 0.73 0.23
Hex 10 65 26 54 0 3E 3C 88 49 17
Octal 20 145 46 124 0 76 74 210 111 27
Binary 10000 1100101 100110 1010100 0 111110 111100 10001000 1001001 10111

Color Harmonies of #106526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106526

Black with #106526

Text Example


Text Example

White with #106526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106526; }

 p { color: rgb(16,101,38); }

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

background-color css

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

 a { background-color: rgb(16,101,38); }

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

border-color css

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

 span { border-color: rgb(16,101,38); }

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