Html Css Color HEX #398868 Viridian

📋 copy color: '#398868'

red 57 ◦ green 136 ◦ blue 104

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

Shades of Viridian #398868

Tints of Viridian #398868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

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

R = 19.19%
G = 45.79%
B = 35.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#398868 (or 0x398868) is known color: Viridian. HEX triplet: 39, 88 and 68. RGB value is (57,136,104). Sum of RGB (Red+Green+Blue) = 57+136+104=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #398868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398868 is #C67797. Grayscale: #6C6C6C. Windows color (decimal): -13006744 or 6850617. OLE color: 6850617.

HSL color Cylindrical-coordinate representation of color #398868: hue angle of 155.7º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398868 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 136 104 -
CMYK 0.58 0 0.24 0.47
HSL 155.7º 0.41% 0.38% -
HSV(B) 155.7º 0.58% 0.53% -
XYZ 12.99 19.48 16.17 -
YUV 108.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 57 136 104 0.58 0 0.24 0.47 155.7 0.41 0.38
Hex 39 88 68 3A 0 18 2F 9C 29 26
Octal 71 210 150 72 0 30 57 234 51 46
Binary 111001 10001000 1101000 111010 0 11000 101111 10011100 101001 100110

Color Harmonies of #398868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398868

Black with #398868

Text Example


Text Example

White with #398868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398868; }

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

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

background-color css

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

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

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

border-color css

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

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

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