Html Css Color HEX #105625 Crusoe

📋 copy color: '#105625'

red 16 ◦ green 86 ◦ blue 37

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

Shades of Crusoe #105625

Tints of Crusoe #105625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 61.87%

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 11.51%
G = 61.87%
B = 26.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#105625 (or 0x105625) is known color: Crusoe. HEX triplet: 10, 56 and 25. RGB value is (16,86,37). Sum of RGB (Red+Green+Blue) = 16+86+37=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #105625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105625 is #EFA9DA. Grayscale: #3B3B3B. Windows color (decimal): -15706587 or 2446864. OLE color: 2446864.

HSL color Cylindrical-coordinate representation of color #105625: hue angle of 138º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105625 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 86 37 -
CMYK 0.81 0 0.57 0.66
HSL 138º 0.69% 0.2% -
HSV(B) 138º 0.81% 0.34% -
XYZ 3.88 6.9 2.88 -
YUV 59.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 16 86 37 0.81 0 0.57 0.66 138 0.69 0.2
Hex 10 56 25 51 0 39 42 8A 45 14
Octal 20 126 45 121 0 71 102 212 105 24
Binary 10000 1010110 100101 1010001 0 111001 1000010 10001010 1000101 10100

Color Harmonies of #105625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105625

Black with #105625

Text Example


Text Example

White with #105625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105625; }

 p { color: rgb(16,86,37); }

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

background-color css

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

 a { background-color: rgb(16,86,37); }

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

border-color css

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

 span { border-color: rgb(16,86,37); }

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