Html Css Color HEX #016430 Crusoe

📋 copy color: '#016430'

red 1 ◦ green 100 ◦ blue 48

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

Shades of Crusoe #016430

Tints of Crusoe #016430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 67.11%

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 0.67%
G = 67.11%
B = 32.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#016430 (or 0x016430) is known color: Crusoe. HEX triplet: 01, 64 and 30. RGB value is (1,100,48). Sum of RGB (Red+Green+Blue) = 1+100+48=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #016430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016430 is #FE9BCF. Grayscale: #404040. Windows color (decimal): -16686032 or 3171329. OLE color: 3171329.

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

Color convert

RGB 1 100 48 -
CMYK 0.99 0 0.52 0.61
HSL 148.48º 0.98% 0.2% -
HSV(B) 148.48º 0.99% 0.39% -
XYZ 5.1 9.33 4.33 -
YUV 64.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 1 100 48 0.99 0 0.52 0.61 148.48 0.98 0.2
Hex 1 64 30 63 0 34 3D 94 62 14
Octal 1 144 60 143 0 64 75 224 142 24
Binary 1 1100100 110000 1100011 0 110100 111101 10010100 1100010 10100

Color Harmonies of #016430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016430

Black with #016430

Text Example


Text Example

White with #016430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016430; }

 p { color: rgb(1,100,48); }

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

background-color css

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

 a { background-color: rgb(1,100,48); }

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

border-color css

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

 span { border-color: rgb(1,100,48); }

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