#368269

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

Shades of Viridian #368269

Tints of Viridian #368269

Color information

#368269 (or 0x368269) is unknown color: approx Viridian. HEX triplet: 36, 82 and 69. RGB value is (54,130,105). Sum of RGB (Red+Green+Blue) = 54+130+105=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #368269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368269 is #C97D96. Grayscale: #686868. Windows color (decimal): -13204887 or 6914614. OLE color: 6914614.

HSL color Cylindrical-coordinate representation of color #368269: hue angle of 160.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368269 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB54130105-
CMYK0.5800.190.49
HSL160.26º41.3%36.08%-
HSV(B)160.26º58.46%50.98%-
XYZ12.0517.7716.16-
YUV104.43128.3292.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=18.69%
G=44.98%
B=36.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301050.5800.190.49160.2641.336.08
Hex3682693A01331a02924
Octal6620215172023612405144
Binary11011010000010110100111101001001111000110100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368269; }

 p { color: rgb(54,130,105); }

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

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

 a { background-color: rgb(54,130,105); }

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

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

 span { border-color: rgb(54,130,105); }

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