Html Css Color HEX #017421 Crusoe

📋 copy color: '#017421'

red 1 ◦ green 116 ◦ blue 33

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

Shades of Crusoe #017421

Tints of Crusoe #017421

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

 GREEN value IS 116 (45.7% from 255) = 77.33%

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

R = 0.67%
G = 77.33%
B = 22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#017421 (or 0x017421) is known color: Crusoe. HEX triplet: 01, 74 and 21. RGB value is (1,116,33). Sum of RGB (Red+Green+Blue) = 1+116+33=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #017421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017421 is #FE8BDE. Grayscale: #484848. Windows color (decimal): -16681951 or 2192385. OLE color: 2192385.

HSL color Cylindrical-coordinate representation of color #017421: hue angle of 136.7º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017421 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 33 -
CMYK 0.99 0 0.72 0.55
HSL 136.7º 0.98% 0.23% -
HSV(B) 136.7º 0.99% 0.45% -
XYZ 6.53 12.61 3.53 -
YUV 72.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 1 116 33 0.99 0 0.72 0.55 136.7 0.98 0.23
Hex 1 74 21 63 0 48 37 89 62 17
Octal 1 164 41 143 0 110 67 211 142 27
Binary 1 1110100 100001 1100011 0 1001000 110111 10001001 1100010 10111

Color Harmonies of #017421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017421

Black with #017421

Text Example


Text Example

White with #017421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017421; }

 p { color: rgb(1,116,33); }

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

background-color css

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

 a { background-color: rgb(1,116,33); }

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

border-color css

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

 span { border-color: rgb(1,116,33); }

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