Html Css Color HEX #01762C Crusoe

📋 copy color: '#01762C'

red 1 ◦ green 118 ◦ blue 44

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

Shades of Crusoe #01762C

Tints of Crusoe #01762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 72.39%

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 0.61%
G = 72.39%
B = 26.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#01762C (or 0x01762C) is known color: Crusoe. HEX triplet: 01, 76 and 2C. RGB value is (1,118,44). Sum of RGB (Red+Green+Blue) = 1+118+44=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #01762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762C is #FE89D3. Grayscale: #4A4A4A. Windows color (decimal): -16681428 or 2913793. OLE color: 2913793.

HSL color Cylindrical-coordinate representation of color #01762C: hue angle of 142.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01762C is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 44 -
CMYK 0.99 0 0.63 0.54
HSL 142.05º 0.98% 0.23% -
HSV(B) 142.05º 0.99% 0.46% -
XYZ 6.95 13.15 4.55 -
YUV 74.58 110.74 75.52 -
System Red Green Blue C M Y K H S L
Decimal 1 118 44 0.99 0 0.63 0.54 142.05 0.98 0.23
Hex 1 76 2C 63 0 3F 36 8E 62 17
Octal 1 166 54 143 0 77 66 216 142 27
Binary 1 1110110 101100 1100011 0 111111 110110 10001110 1100010 10111

Color Harmonies of #01762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01762C

Black with #01762C

Text Example


Text Example

White with #01762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01762C; }

 p { color: rgb(1,118,44); }

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

background-color css

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

 a { background-color: rgb(1,118,44); }

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

border-color css

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

 span { border-color: rgb(1,118,44); }

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