#418768

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

Shades of Viridian #418768

Tints of Viridian #418768

Color information

#418768 (or 0x418768) is unknown color: approx Viridian. HEX triplet: 41, 87 and 68. RGB value is (65,135,104). Sum of RGB (Red+Green+Blue) = 65+135+104=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #418768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418768 is #BE7897. Grayscale: #6E6E6E. Windows color (decimal): -12482712 or 6850369. OLE color: 6850369.

HSL color Cylindrical-coordinate representation of color #418768: hue angle of 153.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418768 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB65135104-
CMYK0.5200.230.47
HSL153.43º35%39.22%-
HSV(B)153.43º51.85%52.94%-
XYZ13.3419.4516.15-
YUV110.54124.3195.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=21.38%
G=44.41%
B=34.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351040.5200.230.47153.433539.22
Hex418768340172F992327
Octal10120715064027572314347
Binary100000110000111110100011010001011110111110011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418768; }

 p { color: rgb(65,135,104); }

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

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

 a { background-color: rgb(65,135,104); }

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

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

 span { border-color: rgb(65,135,104); }

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