#639267

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

Shades of Laurel #639267

Tints of Laurel #639267

Color information

#639267 (or 0x639267) is unknown color: approx Laurel. HEX triplet: 63, 92 and 67. RGB value is (99,146,103). Sum of RGB (Red+Green+Blue) = 99+146+103=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #639267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639267 is #9C6D98. Grayscale: #7F7F7F. Windows color (decimal): -10251673 or 6787683. OLE color: 6787683.

HSL color Cylindrical-coordinate representation of color #639267: hue angle of 125.11º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639267 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB99146103-
CMYK0.3200.290.43
HSL125.11º19.18%48.04%-
HSV(B)125.11º32.19%57.25%-
XYZ17.8724.1916.56-
YUV127.04114.43108-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=28.45%
G=41.95%
B=29.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461030.3200.290.43125.1119.1848.04
Hex6392672001D2B7d1330
Octal14322214740035531752360
Binary1100011100100101100111100000011101101011111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639267; }

 p { color: rgb(99,146,103); }

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

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

 a { background-color: rgb(99,146,103); }

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

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

 span { border-color: rgb(99,146,103); }

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