Html Css Color HEX #388974 Viridian

📋 copy color: '#388974'

red 56 ◦ green 137 ◦ blue 116

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

Shades of Viridian #388974

Tints of Viridian #388974

RGB

 RED value IS 56 (22.27% from 255) = 18.12%

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 18.12%
G = 44.34%
B = 37.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#388974 (or 0x388974) is known color: Viridian. HEX triplet: 38, 89 and 74. RGB value is (56,137,116). Sum of RGB (Red+Green+Blue) = 56+137+116=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #388974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388974 is #C7768B. Grayscale: #6E6E6E. Windows color (decimal): -13072012 or 7637304. OLE color: 7637304.

HSL color Cylindrical-coordinate representation of color #388974: hue angle of 164.44º 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 #388974 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 116 -
CMYK 0.59 0 0.15 0.46
HSL 164.44º 0.42% 0.38% -
HSV(B) 164.44º 0.59% 0.54% -
XYZ 13.73 19.99 19.66 -
YUV 110.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 56 137 116 0.59 0 0.15 0.46 164.44 0.42 0.38
Hex 38 89 74 3B 0 F 2E A4 2A 26
Octal 70 211 164 73 0 17 56 244 52 46
Binary 111000 10001001 1110100 111011 0 1111 101110 10100100 101010 100110

Color Harmonies of #388974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388974

Black with #388974

Text Example


Text Example

White with #388974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388974; }

 p { color: rgb(56,137,116); }

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

background-color css

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

 a { background-color: rgb(56,137,116); }

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

border-color css

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

 span { border-color: rgb(56,137,116); }

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