Html Css Color HEX #10501E Crusoe

📋 copy color: '#10501E'

red 16 ◦ green 80 ◦ blue 30

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

Shades of Crusoe #10501E

Tints of Crusoe #10501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 63.49%

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

R = 12.7%
G = 63.49%
B = 23.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#10501E (or 0x10501E) is known color: Crusoe. HEX triplet: 10, 50 and 1E. RGB value is (16,80,30). Sum of RGB (Red+Green+Blue) = 16+80+30=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #10501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10501E is #EFAFE1. Grayscale: #373737. Windows color (decimal): -15708130 or 1986576. OLE color: 1986576.

HSL color Cylindrical-coordinate representation of color #10501E: hue angle of 133.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10501E is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 80 30 -
CMYK 0.80 0 0.62 0.69
HSL 133.13º 0.67% 0.19% -
HSV(B) 133.13º 0.8% 0.31% -
XYZ 3.32 5.94 2.2 -
YUV 55.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 16 80 30 0.80 0 0.62 0.69 133.13 0.67 0.19
Hex 10 50 1E 50 0 3E 45 85 43 13
Octal 20 120 36 120 0 76 105 205 103 23
Binary 10000 1010000 11110 1010000 0 111110 1000101 10000101 1000011 10011

Color Harmonies of #10501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10501E

Black with #10501E

Text Example


Text Example

White with #10501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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