Html Css Color HEX #10631E Crusoe

📋 copy color: '#10631E'

red 16 ◦ green 99 ◦ blue 30

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

Shades of Crusoe #10631E

Tints of Crusoe #10631E

RGB

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

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

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

R = 11.03%
G = 68.28%
B = 20.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#10631E (or 0x10631E) is known color: Crusoe. HEX triplet: 10, 63 and 1E. RGB value is (16,99,30). Sum of RGB (Red+Green+Blue) = 16+99+30=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #10631E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10631E is #EF9CE1. Grayscale: #424242. Windows color (decimal): -15703266 or 1991440. OLE color: 1991440.

HSL color Cylindrical-coordinate representation of color #10631E: hue angle of 130.12º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10631E is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 30 -
CMYK 0.84 0 0.70 0.61
HSL 130.12º 0.72% 0.23% -
HSV(B) 130.12º 0.84% 0.39% -
XYZ 4.91 9.13 2.73 -
YUV 66.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 16 99 30 0.84 0 0.70 0.61 130.12 0.72 0.23
Hex 10 63 1E 54 0 46 3D 82 48 17
Octal 20 143 36 124 0 106 75 202 110 27
Binary 10000 1100011 11110 1010100 0 1000110 111101 10000010 1001000 10111

Color Harmonies of #10631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10631E

Black with #10631E

Text Example


Text Example

White with #10631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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