#006330

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

Shades of Crusoe #006330

Tints of Crusoe #006330

Color information

#006330 (or 0x006330) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 30. RGB value is (0,99,48). Sum of RGB (Red+Green+Blue) = 0+99+48=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #006330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006330 is #FF9CCF. Grayscale: #3F3F3F. Windows color (decimal): -16751824 or 3171072. OLE color: 3171072.

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

Color convert

RGB09948-
CMYK100.520.61
HSL149.09º100%19.41%-
HSV(B)149.09º100%38.82%-
XYZ59.144.3-
YUV63.58119.282.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 67.35%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=0%
G=67.35%
B=32.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09948100.520.61149.0910019.41
Hex06330640343D956413
Octal0143601440647522514423
Binary011000111100001100100011010011110110010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006330; }

 p { color: rgb(0,99,48); }

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

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

 a { background-color: rgb(0,99,48); }

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

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

 span { border-color: rgb(0,99,48); }

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