#006130

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

Shades of Crusoe #006130

Tints of Crusoe #006130

Color information

#006130 (or 0x006130) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 30. RGB value is (0,97,48). Sum of RGB (Red+Green+Blue) = 0+97+48=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #006130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006130 is #FF9ECF. Grayscale: #3E3E3E. Windows color (decimal): -16752336 or 3170560. OLE color: 3170560.

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

Color convert

RGB09748-
CMYK100.510.62
HSL149.69º100%19.02%-
HSV(B)149.69º100%38.04%-
XYZ4.818.764.23-
YUV62.41119.8683.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=0%
G=66.90%
B=33.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09748100.510.62149.6910019.02
Hex06130640333E966413
Octal0141601440637622614423
Binary011000011100001100100011001111111010010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006130; }

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

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

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

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

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

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

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

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