Html Css Color HEX #01651D Crusoe

📋 copy color: '#01651D'

red 1 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #01651D

Tints of Crusoe #01651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 77.1%

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

R = 0.76%
G = 77.1%
B = 22.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#01651D (or 0x01651D) is known color: Crusoe. HEX triplet: 01, 65 and 1D. RGB value is (1,101,29). Sum of RGB (Red+Green+Blue) = 1+101+29=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #01651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01651D is #FE9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16685795 or 1926401. OLE color: 1926401.

HSL color Cylindrical-coordinate representation of color #01651D: hue angle of 136.8º 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 #01651D is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 29 -
CMYK 0.99 0 0.71 0.60
HSL 136.8º 0.98% 0.2% -
HSV(B) 136.8º 0.99% 0.4% -
XYZ 4.89 9.4 2.72 -
YUV 62.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 1 101 29 0.99 0 0.71 0.60 136.8 0.98 0.2
Hex 1 65 1D 63 0 47 3C 89 62 14
Octal 1 145 35 143 0 107 74 211 142 24
Binary 1 1100101 11101 1100011 0 1000111 111100 10001001 1100010 10100

Color Harmonies of #01651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01651D

Black with #01651D

Text Example


Text Example

White with #01651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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