Html Css Color HEX #104F21 Crusoe

📋 copy color: '#104F21'

red 16 ◦ green 79 ◦ blue 33

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

Shades of Crusoe #104F21

Tints of Crusoe #104F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 61.72%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 12.5%
G = 61.72%
B = 25.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#104F21 (or 0x104F21) is known color: Crusoe. HEX triplet: 10, 4F and 21. RGB value is (16,79,33). Sum of RGB (Red+Green+Blue) = 16+79+33=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #104F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F21 is #EFB0DE. Grayscale: #373737. Windows color (decimal): -15708383 or 2182928. OLE color: 2182928.

HSL color Cylindrical-coordinate representation of color #104F21: hue angle of 136.19º degrees, saturation: 0.66, 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 #104F21 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 79 33 -
CMYK 0.80 0 0.58 0.69
HSL 136.19º 0.66% 0.19% -
HSV(B) 136.19º 0.8% 0.31% -
XYZ 3.28 5.81 2.39 -
YUV 54.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 16 79 33 0.80 0 0.58 0.69 136.19 0.66 0.19
Hex 10 4F 21 50 0 3A 45 88 42 13
Octal 20 117 41 120 0 72 105 210 102 23
Binary 10000 1001111 100001 1010000 0 111010 1000101 10001000 1000010 10011

Color Harmonies of #104F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F21

Black with #104F21

Text Example


Text Example

White with #104F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104F21; }

 p { color: rgb(16,79,33); }

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

background-color css

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

 a { background-color: rgb(16,79,33); }

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

border-color css

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

 span { border-color: rgb(16,79,33); }

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