Html Css Color HEX #438378 Viridian

📋 copy color: '#438378'

red 67 ◦ green 131 ◦ blue 120

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

Shades of Viridian #438378

Tints of Viridian #438378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 21.07%
G = 41.19%
B = 37.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#438378 (or 0x438378) is known color: Viridian. HEX triplet: 43, 83 and 78. RGB value is (67,131,120). Sum of RGB (Red+Green+Blue) = 67+131+120=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #438378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438378 is #BC7C87. Grayscale: #6E6E6E. Windows color (decimal): -12352648 or 7897923. OLE color: 7897923.

HSL color Cylindrical-coordinate representation of color #438378: hue angle of 169.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438378 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 131 120 -
CMYK 0.49 0 0.08 0.49
HSL 169.69º 0.32% 0.39% -
HSV(B) 169.69º 0.49% 0.51% -
XYZ 13.82 18.78 20.67 -
YUV 110.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 67 131 120 0.49 0 0.08 0.49 169.69 0.32 0.39
Hex 43 83 78 31 0 8 31 AA 20 27
Octal 103 203 170 61 0 10 61 252 40 47
Binary 1000011 10000011 1111000 110001 0 1000 110001 10101010 100000 100111

Color Harmonies of #438378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438378

Black with #438378

Text Example


Text Example

White with #438378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438378; }

 p { color: rgb(67,131,120); }

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

background-color css

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

 a { background-color: rgb(67,131,120); }

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

border-color css

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

 span { border-color: rgb(67,131,120); }

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