Html Css Color HEX #398A6B Viridian

📋 copy color: '#398A6B'

red 57 ◦ green 138 ◦ blue 107

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

Shades of Viridian #398A6B

Tints of Viridian #398A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 18.87%
G = 45.7%
B = 35.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#398A6B (or 0x398A6B) is known color: Viridian. HEX triplet: 39, 8A and 6B. RGB value is (57,138,107). Sum of RGB (Red+Green+Blue) = 57+138+107=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #398A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A6B is #C67594. Grayscale: #6E6E6E. Windows color (decimal): -13006229 or 7047737. OLE color: 7047737.

HSL color Cylindrical-coordinate representation of color #398A6B: hue angle of 157.04º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A6B is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 138 107 -
CMYK 0.59 0 0.22 0.46
HSL 157.04º 0.42% 0.38% -
HSV(B) 157.04º 0.59% 0.54% -
XYZ 13.43 20.11 17.08 -
YUV 110.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 57 138 107 0.59 0 0.22 0.46 157.04 0.42 0.38
Hex 39 8A 6B 3B 0 16 2E 9D 2A 26
Octal 71 212 153 73 0 26 56 235 52 46
Binary 111001 10001010 1101011 111011 0 10110 101110 10011101 101010 100110

Color Harmonies of #398A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A6B

Black with #398A6B

Text Example


Text Example

White with #398A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,138,107); }

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

background-color css

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

 a { background-color: rgb(57,138,107); }

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

border-color css

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

 span { border-color: rgb(57,138,107); }

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