Html Css Color HEX #398469 Viridian

📋 copy color: '#398469'

red 57 ◦ green 132 ◦ blue 105

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

Shades of Viridian #398469

Tints of Viridian #398469

RGB

 RED value IS 57 (22.66% from 255) = 19.39%

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 19.39%
G = 44.9%
B = 35.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#398469 (or 0x398469) is known color: Viridian. HEX triplet: 39, 84 and 69. RGB value is (57,132,105). Sum of RGB (Red+Green+Blue) = 57+132+105=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #398469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398469 is #C67B96. Grayscale: #6A6A6A. Windows color (decimal): -13007767 or 6915129. OLE color: 6915129.

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

Color convert

RGB 57 132 105 -
CMYK 0.57 0 0.20 0.48
HSL 158.4º 0.4% 0.37% -
HSV(B) 158.4º 0.57% 0.52% -
XYZ 12.49 18.39 16.26 -
YUV 106.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 57 132 105 0.57 0 0.20 0.48 158.4 0.4 0.37
Hex 39 84 69 39 0 14 30 9E 28 25
Octal 71 204 151 71 0 24 60 236 50 45
Binary 111001 10000100 1101001 111001 0 10100 110000 10011110 101000 100101

Color Harmonies of #398469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398469

Black with #398469

Text Example


Text Example

White with #398469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398469; }

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

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

background-color css

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

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

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

border-color css

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

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

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