Html Css Color HEX #01681D Crusoe

📋 copy color: '#01681D'

red 1 ◦ green 104 ◦ blue 29

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

Shades of Crusoe #01681D

Tints of Crusoe #01681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 77.61%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 0.75%
G = 77.61%
B = 21.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#01681D (or 0x01681D) is known color: Crusoe. HEX triplet: 01, 68 and 1D. RGB value is (1,104,29). Sum of RGB (Red+Green+Blue) = 1+104+29=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 104 (41.02% from 255 or 77.61% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 104 - color contains mainly: green. Hex color #01681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01681D is #FE97E2. Grayscale: #404040. Windows color (decimal): -16685027 or 1927169. OLE color: 1927169.

HSL color Cylindrical-coordinate representation of color #01681D: hue angle of 136.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01681D is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 29 -
CMYK 0.99 0 0.72 0.59
HSL 136.31º 0.98% 0.21% -
HSV(B) 136.31º 0.99% 0.41% -
XYZ 5.18 10 2.82 -
YUV 64.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 1 104 29 0.99 0 0.72 0.59 136.31 0.98 0.21
Hex 1 68 1D 63 0 48 3B 88 62 15
Octal 1 150 35 143 0 110 73 210 142 25
Binary 1 1101000 11101 1100011 0 1001000 111011 10001000 1100010 10101

Color Harmonies of #01681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01681D

Black with #01681D

Text Example


Text Example

White with #01681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01681D; }

 p { color: rgb(1,104,29); }

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

background-color css

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

 a { background-color: rgb(1,104,29); }

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

border-color css

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

 span { border-color: rgb(1,104,29); }

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