Html Css Color HEX #398168 Viridian

📋 copy color: '#398168'

red 57 ◦ green 129 ◦ blue 104

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

Shades of Viridian #398168

Tints of Viridian #398168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 19.66%
G = 44.48%
B = 35.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#398168 (or 0x398168) is known color: Viridian. HEX triplet: 39, 81 and 68. RGB value is (57,129,104). Sum of RGB (Red+Green+Blue) = 57+129+104=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #398168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398168 is #C67E97. Grayscale: #686868. Windows color (decimal): -13008536 or 6848825. OLE color: 6848825.

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

Color convert

RGB 57 129 104 -
CMYK 0.56 0 0.19 0.49
HSL 159.17º 0.39% 0.36% -
HSV(B) 159.17º 0.56% 0.51% -
XYZ 12.04 17.57 15.85 -
YUV 104.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 57 129 104 0.56 0 0.19 0.49 159.17 0.39 0.36
Hex 39 81 68 38 0 13 31 9F 27 24
Octal 71 201 150 70 0 23 61 237 47 44
Binary 111001 10000001 1101000 111000 0 10011 110001 10011111 100111 100100

Color Harmonies of #398168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398168

Black with #398168

Text Example


Text Example

White with #398168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398168; }

 p { color: rgb(57,129,104); }

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

background-color css

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

 a { background-color: rgb(57,129,104); }

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

border-color css

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

 span { border-color: rgb(57,129,104); }

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