Html Css Color HEX #398E6F Viridian

📋 copy color: '#398E6F'

red 57 ◦ green 142 ◦ blue 111

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

Shades of Viridian #398E6F

Tints of Viridian #398E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 18.39%
G = 45.81%
B = 35.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#398E6F (or 0x398E6F) is known color: Viridian. HEX triplet: 39, 8E and 6F. RGB value is (57,142,111). Sum of RGB (Red+Green+Blue) = 57+142+111=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #398E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E6F is #C67190. Grayscale: #717171. Windows color (decimal): -13005201 or 7310905. OLE color: 7310905.

HSL color Cylindrical-coordinate representation of color #398E6F: hue angle of 158.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398E6F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 142 111 -
CMYK 0.60 0 0.22 0.44
HSL 158.12º 0.43% 0.39% -
HSV(B) 158.12º 0.6% 0.56% -
XYZ 14.23 21.36 18.41 -
YUV 113.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 57 142 111 0.60 0 0.22 0.44 158.12 0.43 0.39
Hex 39 8E 6F 3C 0 16 2C 9E 2B 27
Octal 71 216 157 74 0 26 54 236 53 47
Binary 111001 10001110 1101111 111100 0 10110 101100 10011110 101011 100111

Color Harmonies of #398E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398E6F

Black with #398E6F

Text Example


Text Example

White with #398E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398E6F; }

 p { color: rgb(57,142,111); }

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

background-color css

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

 a { background-color: rgb(57,142,111); }

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

border-color css

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

 span { border-color: rgb(57,142,111); }

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