Html Css Color HEX #016719 Crusoe

📋 copy color: '#016719'

red 1 ◦ green 103 ◦ blue 25

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

Shades of Crusoe #016719

Tints of Crusoe #016719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.84%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 0.78%
G = 79.84%
B = 19.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#016719 (or 0x016719) is known color: Crusoe. HEX triplet: 01, 67 and 19. RGB value is (1,103,25). Sum of RGB (Red+Green+Blue) = 1+103+25=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 103 (40.62% from 255 or 79.84% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 103 - color contains mainly: green. Hex color #016719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016719 is #FE98E6. Grayscale: #3F3F3F. Windows color (decimal): -16685287 or 1664769. OLE color: 1664769.

HSL color Cylindrical-coordinate representation of color #016719: hue angle of 134.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016719 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 25 -
CMYK 0.99 0 0.76 0.60
HSL 134.12º 0.98% 0.2% -
HSV(B) 134.12º 0.99% 0.4% -
XYZ 5.04 9.78 2.54 -
YUV 63.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 1 103 25 0.99 0 0.76 0.60 134.12 0.98 0.2
Hex 1 67 19 63 0 4C 3C 86 62 14
Octal 1 147 31 143 0 114 74 206 142 24
Binary 1 1100111 11001 1100011 0 1001100 111100 10000110 1100010 10100

Color Harmonies of #016719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016719

Black with #016719

Text Example


Text Example

White with #016719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016719; }

 p { color: rgb(1,103,25); }

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

background-color css

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

 a { background-color: rgb(1,103,25); }

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

border-color css

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

 span { border-color: rgb(1,103,25); }

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