#036230

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

Shades of Crusoe #036230

Tints of Crusoe #036230

Color information

#036230 (or 0x036230) is unknown color: approx Crusoe. HEX triplet: 03, 62 and 30. RGB value is (3,98,48). Sum of RGB (Red+Green+Blue) = 3+98+48=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #036230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036230 is #FC9DCF. Grayscale: #404040. Windows color (decimal): -16555472 or 3170819. OLE color: 3170819.

HSL color Cylindrical-coordinate representation of color #036230: hue angle of 148.42º 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 #036230 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB39848-
CMYK0.9700.510.62
HSL148.42º94.06%19.8%-
HSV(B)148.42º96.94%38.43%-
XYZ4.948.974.27-
YUV63.9119.0384.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 98 (38.67% from 255) = 65.77%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=2.01%
G=65.77%
B=32.21%

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
Decimal398480.9700.510.62148.4294.0619.8
Hex36230610333E945e14
Octal3142601410637622413624
Binary1111000101100001100001011001111111010010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036230; }

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

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

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

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

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

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

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

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