Html Css Color HEX #015C31 Crusoe

📋 copy color: '#015C31'

red 1 ◦ green 92 ◦ blue 49

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

Shades of Crusoe #015C31

Tints of Crusoe #015C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 64.79%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 0.7%
G = 64.79%
B = 34.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#015C31 (or 0x015C31) is known color: Crusoe. HEX triplet: 01, 5C and 31. RGB value is (1,92,49). Sum of RGB (Red+Green+Blue) = 1+92+49=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #015C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C31 is #FEA3CE. Grayscale: #3B3B3B. Windows color (decimal): -16688079 or 3234817. OLE color: 3234817.

HSL color Cylindrical-coordinate representation of color #015C31: hue angle of 151.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C31 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 92 49 -
CMYK 0.99 0 0.47 0.64
HSL 151.65º 0.98% 0.18% -
HSV(B) 151.65º 0.99% 0.36% -
XYZ 4.39 7.88 4.2 -
YUV 59.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 1 92 49 0.99 0 0.47 0.64 151.65 0.98 0.18
Hex 1 5C 31 63 0 2F 40 98 62 12
Octal 1 134 61 143 0 57 100 230 142 22
Binary 1 1011100 110001 1100011 0 101111 1000000 10011000 1100010 10010

Color Harmonies of #015C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C31

Black with #015C31

Text Example


Text Example

White with #015C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C31; }

 p { color: rgb(1,92,49); }

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

background-color css

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

 a { background-color: rgb(1,92,49); }

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

border-color css

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

 span { border-color: rgb(1,92,49); }

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