Html Css Color HEX #398067 Viridian

📋 copy color: '#398067'

red 57 ◦ green 128 ◦ blue 103

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

Shades of Viridian #398067

Tints of Viridian #398067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 19.79%
G = 44.44%
B = 35.76%

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

#398067 (or 0x398067) is known color: Viridian. HEX triplet: 39, 80 and 67. RGB value is (57,128,103). Sum of RGB (Red+Green+Blue) = 57+128+103=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #398067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398067 is #C67F98. Grayscale: #676767. Windows color (decimal): -13008793 or 6783033. OLE color: 6783033.

HSL color Cylindrical-coordinate representation of color #398067: hue angle of 158.87º 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 #398067 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 103 -
CMYK 0.55 0 0.20 0.50
HSL 158.87º 0.38% 0.36% -
HSV(B) 158.87º 0.55% 0.5% -
XYZ 11.85 17.29 15.54 -
YUV 103.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 57 128 103 0.55 0 0.20 0.50 158.87 0.38 0.36
Hex 39 80 67 37 0 14 32 9F 26 24
Octal 71 200 147 67 0 24 62 237 46 44
Binary 111001 10000000 1100111 110111 0 10100 110010 10011111 100110 100100

Color Harmonies of #398067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398067

Black with #398067

Text Example


Text Example

White with #398067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398067; }

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

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

background-color css

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

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

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

border-color css

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

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

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