Html Css Color HEX #439475 Viridian

📋 copy color: '#439475'

red 67 ◦ green 148 ◦ blue 117

#439475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #439475

Tints of Viridian #439475

RGB

 RED value IS 67 (26.56% from 255) = 20.18%

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 20.18%
G = 44.58%
B = 35.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#439475 (or 0x439475) is known color: Viridian. HEX triplet: 43, 94 and 75. RGB value is (67,148,117). Sum of RGB (Red+Green+Blue) = 67+148+117=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #439475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439475 is #BC6B8A. Grayscale: #787878. Windows color (decimal): -12348299 or 7705667. OLE color: 7705667.

HSL color Cylindrical-coordinate representation of color #439475: hue angle of 157.04º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #439475 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 148 117 -
CMYK 0.55 0 0.21 0.42
HSL 157.04º 0.38% 0.42% -
HSV(B) 157.04º 0.55% 0.58% -
XYZ 16.12 23.66 20.55 -
YUV 120.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 67 148 117 0.55 0 0.21 0.42 157.04 0.38 0.42
Hex 43 94 75 37 0 15 2A 9D 26 2A
Octal 103 224 165 67 0 25 52 235 46 52
Binary 1000011 10010100 1110101 110111 0 10101 101010 10011101 100110 101010

Color Harmonies of #439475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439475

Black with #439475

Text Example


Text Example

White with #439475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439475; }

 p { color: rgb(67,148,117); }

 H1.HeaderClassName
 {
   color: #439475;
 }
 .AnyTagClassName
 {
   color: #439475;
 }
</style>

background-color css

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

 a { background-color: rgb(67,148,117); }

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

border-color css

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

 span { border-color: rgb(67,148,117); }

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