#618368

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

Shades of Laurel #618368

Tints of Laurel #618368

Color information

#618368 (or 0x618368) is unknown color: approx Laurel. HEX triplet: 61, 83 and 68. RGB value is (97,131,104). Sum of RGB (Red+Green+Blue) = 97+131+104=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #618368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618368 is #9E7C97. Grayscale: #757575. Windows color (decimal): -10386584 or 6849377. OLE color: 6849377.

HSL color Cylindrical-coordinate representation of color #618368: hue angle of 132.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618368 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB97131104-
CMYK0.2600.210.49
HSL132.35º14.91%44.71%-
HSV(B)132.35º25.95%51.37%-
XYZ15.5419.7716.09-
YUV117.76120.24113.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=29.22%
G=39.46%
B=31.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311040.2600.210.49132.3514.9144.71
Hex6183681A0153184f2d
Octal14120315032025612041755
Binary110000110000011110100011010010101110001100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618368; }

 p { color: rgb(97,131,104); }

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

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

 a { background-color: rgb(97,131,104); }

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

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

 span { border-color: rgb(97,131,104); }

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