#00633A

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

Shades of Jewel #00633A

Tints of Jewel #00633A

Color information

#00633A (or 0x00633A) is unknown color: approx Jewel. HEX triplet: 00, 63 and 3A. RGB value is (0,99,58). Sum of RGB (Red+Green+Blue) = 0+99+58=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #00633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00633A is #FF9CC5. Grayscale: #404040. Windows color (decimal): -16751814 or 3826432. OLE color: 3826432.

HSL color Cylindrical-coordinate representation of color #00633A: hue angle of 155.15º 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 #00633A is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB09958-
CMYK100.410.61
HSL155.15º100%19.41%-
HSV(B)155.15º100%38.82%-
XYZ5.239.235.51-
YUV64.72124.281.83-

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) = 63.06%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=0%
G=63.06%
B=36.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09958100.410.61155.1510019.41
Hex0633A640293D9b6413
Octal0143721440517523314423
Binary011000111110101100100010100111110110011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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