#036130

Color #036130 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #036130

Tints of Crusoe #036130

Color information

#036130 (or 0x036130) is unknown color: approx Crusoe. HEX triplet: 03, 61 and 30. RGB value is (3,97,48). Sum of RGB (Red+Green+Blue) = 3+97+48=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #036130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036130 is #FC9ECF. Grayscale: #3F3F3F. Windows color (decimal): -16555728 or 3170563. OLE color: 3170563.

HSL color Cylindrical-coordinate representation of color #036130: hue angle of 148.72º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036130 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB39748-
CMYK0.9700.510.62
HSL148.72º94%19.61%-
HSV(B)148.72º96.91%38.04%-
XYZ4.858.784.24-
YUV63.31119.3684.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 97 (38.28% from 255) = 65.54%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=2.03%
G=65.54%
B=32.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397480.9700.510.62148.729419.61
Hex36130610333E955e14
Octal3141601410637622513624
Binary1111000011100001100001011001111111010010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036130; }

 p { color: rgb(3,97,48); }

 H1.HeaderClassName
 {
   color: #036130;
 }
 .AnyTagClassName
 {
   color: #036130;
 }
</style>
background-color css

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

 a { background-color: rgb(3,97,48); }

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

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

 span { border-color: rgb(3,97,48); }

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