Html Css Color HEX #10631A Crusoe

📋 copy color: '#10631A'

red 16 ◦ green 99 ◦ blue 26

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

Shades of Crusoe #10631A

Tints of Crusoe #10631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 11.35%
G = 70.21%
B = 18.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#10631A (or 0x10631A) is known color: Crusoe. HEX triplet: 10, 63 and 1A. RGB value is (16,99,26). Sum of RGB (Red+Green+Blue) = 16+99+26=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #10631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10631A is #EF9CE5. Grayscale: #424242. Windows color (decimal): -15703270 or 1729296. OLE color: 1729296.

HSL color Cylindrical-coordinate representation of color #10631A: hue angle of 127.23º 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 #10631A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 26 -
CMYK 0.84 0 0.74 0.61
HSL 127.23º 0.72% 0.23% -
HSV(B) 127.23º 0.84% 0.39% -
XYZ 4.86 9.11 2.48 -
YUV 65.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 16 99 26 0.84 0 0.74 0.61 127.23 0.72 0.23
Hex 10 63 1A 54 0 4A 3D 7F 48 17
Octal 20 143 32 124 0 112 75 177 110 27
Binary 10000 1100011 11010 1010100 0 1001010 111101 1111111 1001000 10111

Color Harmonies of #10631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10631A

Black with #10631A

Text Example


Text Example

White with #10631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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