#368469

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

Shades of Viridian #368469

Tints of Viridian #368469

Color information

#368469 (or 0x368469) is unknown color: approx Viridian. HEX triplet: 36, 84 and 69. RGB value is (54,132,105). Sum of RGB (Red+Green+Blue) = 54+132+105=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #368469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368469 is #C97B96. Grayscale: #696969. Windows color (decimal): -13204375 or 6915126. OLE color: 6915126.

HSL color Cylindrical-coordinate representation of color #368469: hue angle of 159.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368469 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB54132105-
CMYK0.5900.200.48
HSL159.23º41.94%36.47%-
HSV(B)159.23º59.09%51.76%-
XYZ12.3218.3116.25-
YUV105.6127.6691.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=18.56%
G=45.36%
B=36.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321050.5900.200.48159.2341.9436.47
Hex3684693B014309f2a24
Octal6620415173024602375244
Binary11011010000100110100111101101010011000010011111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368469; }

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

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

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

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

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

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

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

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