Html Css Color HEX #398066 Viridian

📋 copy color: '#398066'

red 57 ◦ green 128 ◦ blue 102

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

Shades of Viridian #398066

Tints of Viridian #398066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 19.86%
G = 44.6%
B = 35.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#398066 (or 0x398066) is known color: Viridian. HEX triplet: 39, 80 and 66. RGB value is (57,128,102). Sum of RGB (Red+Green+Blue) = 57+128+102=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #398066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398066 is #C67F99. Grayscale: #676767. Windows color (decimal): -13008794 or 6717497. OLE color: 6717497.

HSL color Cylindrical-coordinate representation of color #398066: hue angle of 158.03º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398066 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 102 -
CMYK 0.55 0 0.20 0.50
HSL 158.03º 0.38% 0.36% -
HSV(B) 158.03º 0.55% 0.5% -
XYZ 11.8 17.27 15.28 -
YUV 103.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 57 128 102 0.55 0 0.20 0.50 158.03 0.38 0.36
Hex 39 80 66 37 0 14 32 9E 26 24
Octal 71 200 146 67 0 24 62 236 46 44
Binary 111001 10000000 1100110 110111 0 10100 110010 10011110 100110 100100

Color Harmonies of #398066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398066

Black with #398066

Text Example


Text Example

White with #398066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398066; }

 p { color: rgb(57,128,102); }

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

background-color css

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

 a { background-color: rgb(57,128,102); }

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

border-color css

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

 span { border-color: rgb(57,128,102); }

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