#00663A

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

Shades of Jewel #00663A

Tints of Jewel #00663A

Color information

#00663A (or 0x00663A) is unknown color: approx Jewel. HEX triplet: 00, 66 and 3A. RGB value is (0,102,58). Sum of RGB (Red+Green+Blue) = 0+102+58=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #00663A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00663A is #FF99C5. Grayscale: #424242. Windows color (decimal): -16751046 or 3827200. OLE color: 3827200.

HSL color Cylindrical-coordinate representation of color #00663A: hue angle of 154.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00663A is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB010258-
CMYK100.430.6
HSL154.12º100%20%-
HSV(B)154.12º100%40%-
XYZ5.529.815.61-
YUV66.49123.2180.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 63.75%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=0%
G=63.75%
B=36.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010258100.430.6154.1210020
Hex0663A6402B3C9a6414
Octal0146721440537423214424
Binary011001101110101100100010101111110010011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00663A; }

 p { color: rgb(0,102,58); }

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

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

 a { background-color: rgb(0,102,58); }

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

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

 span { border-color: rgb(0,102,58); }

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