#438765

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

Shades of Viridian #438765

Tints of Viridian #438765

Color information

#438765 (or 0x438765) is unknown color: approx Viridian. HEX triplet: 43, 87 and 65. RGB value is (67,135,101). Sum of RGB (Red+Green+Blue) = 67+135+101=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #438765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438765 is #BC789A. Grayscale: #6E6E6E. Windows color (decimal): -12351643 or 6653763. OLE color: 6653763.

HSL color Cylindrical-coordinate representation of color #438765: hue angle of 150º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438765 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB67135101-
CMYK0.5000.250.47
HSL150º33.66%39.61%-
HSV(B)150º50.37%52.94%-
XYZ13.3319.4615.37-
YUV110.79122.4796.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.11%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=22.11%
G=44.55%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351010.5000.250.4715033.6639.61
Hex438765320192F962228
Octal10320714562031572264250
Binary100001110000111110010111001001100110111110010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438765; }

 p { color: rgb(67,135,101); }

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

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

 a { background-color: rgb(67,135,101); }

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

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

 span { border-color: rgb(67,135,101); }

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