#639964

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

Shades of Laurel #639964

Tints of Laurel #639964

Color information

#639964 (or 0x639964) is unknown color: approx Laurel. HEX triplet: 63, 99 and 64. RGB value is (99,153,100). Sum of RGB (Red+Green+Blue) = 99+153+100=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #639964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639964 is #9C669B. Grayscale: #828282. Windows color (decimal): -10249884 or 6592867. OLE color: 6592867.

HSL color Cylindrical-coordinate representation of color #639964: hue angle of 121.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639964 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB99153100-
CMYK0.3500.350.4
HSL121.11º21.43%49.41%-
HSV(B)121.11º35.29%60%-
XYZ18.8426.3616.15-
YUV130.81110.61105.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=28.12%
G=43.47%
B=28.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531000.3500.350.4121.1121.4349.41
Hex6399642302328791531
Octal14323114443043501712561
Binary11000111001100111001001000110100011101000111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639964; }

 p { color: rgb(99,153,100); }

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

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

 a { background-color: rgb(99,153,100); }

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

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

 span { border-color: rgb(99,153,100); }

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