Html Css Color HEX #10591E Crusoe

📋 copy color: '#10591E'

red 16 ◦ green 89 ◦ blue 30

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

Shades of Crusoe #10591E

Tints of Crusoe #10591E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 65.93%

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 11.85%
G = 65.93%
B = 22.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#10591E (or 0x10591E) is known color: Crusoe. HEX triplet: 10, 59 and 1E. RGB value is (16,89,30). Sum of RGB (Red+Green+Blue) = 16+89+30=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #10591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10591E is #EFA6E1. Grayscale: #3C3C3C. Windows color (decimal): -15705826 or 1988880. OLE color: 1988880.

HSL color Cylindrical-coordinate representation of color #10591E: hue angle of 131.51º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10591E is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 89 30 -
CMYK 0.82 0 0.66 0.65
HSL 131.51º 0.7% 0.21% -
HSV(B) 131.51º 0.82% 0.35% -
XYZ 4.02 7.35 2.43 -
YUV 60.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 16 89 30 0.82 0 0.66 0.65 131.51 0.7 0.21
Hex 10 59 1E 52 0 42 41 84 46 15
Octal 20 131 36 122 0 102 101 204 106 25
Binary 10000 1011001 11110 1010010 0 1000010 1000001 10000100 1000110 10101

Color Harmonies of #10591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10591E

Black with #10591E

Text Example


Text Example

White with #10591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10591E; }

 p { color: rgb(16,89,30); }

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

background-color css

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

 a { background-color: rgb(16,89,30); }

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

border-color css

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

 span { border-color: rgb(16,89,30); }

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