Html Css Color HEX #01652D Crusoe

📋 copy color: '#01652D'

red 1 ◦ green 101 ◦ blue 45

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

Shades of Crusoe #01652D

Tints of Crusoe #01652D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 0.68%
G = 68.71%
B = 30.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#01652D (or 0x01652D) is known color: Crusoe. HEX triplet: 01, 65 and 2D. RGB value is (1,101,45). Sum of RGB (Red+Green+Blue) = 1+101+45=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #01652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652D is #FE9AD2. Grayscale: #404040. Windows color (decimal): -16685779 or 2974977. OLE color: 2974977.

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

Color convert

RGB 1 101 45 -
CMYK 0.99 0 0.55 0.60
HSL 146.4º 0.98% 0.2% -
HSV(B) 146.4º 0.99% 0.4% -
XYZ 5.14 9.5 4.05 -
YUV 64.72 116.87 82.55 -
System Red Green Blue C M Y K H S L
Decimal 1 101 45 0.99 0 0.55 0.60 146.4 0.98 0.2
Hex 1 65 2D 63 0 37 3C 92 62 14
Octal 1 145 55 143 0 67 74 222 142 24
Binary 1 1100101 101101 1100011 0 110111 111100 10010010 1100010 10100

Color Harmonies of #01652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01652D

Black with #01652D

Text Example


Text Example

White with #01652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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