Html Css Color HEX #389175 Viridian

📋 copy color: '#389175'

red 56 ◦ green 145 ◦ blue 117

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

Shades of Viridian #389175

Tints of Viridian #389175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 17.61%
G = 45.6%
B = 36.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#389175 (or 0x389175) is known color: Viridian. HEX triplet: 38, 91 and 75. RGB value is (56,145,117). Sum of RGB (Red+Green+Blue) = 56+145+117=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #389175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389175 is #C76E8A. Grayscale: #737373. Windows color (decimal): -13069963 or 7704888. OLE color: 7704888.

HSL color Cylindrical-coordinate representation of color #389175: hue angle of 161.12º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389175 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 117 -
CMYK 0.61 0 0.19 0.43
HSL 161.12º 0.44% 0.39% -
HSV(B) 161.12º 0.61% 0.57% -
XYZ 14.97 22.38 20.36 -
YUV 115.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 56 145 117 0.61 0 0.19 0.43 161.12 0.44 0.39
Hex 38 91 75 3D 0 13 2B A1 2C 27
Octal 70 221 165 75 0 23 53 241 54 47
Binary 111000 10010001 1110101 111101 0 10011 101011 10100001 101100 100111

Color Harmonies of #389175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389175

Black with #389175

Text Example


Text Example

White with #389175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389175; }

 p { color: rgb(56,145,117); }

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

background-color css

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

 a { background-color: rgb(56,145,117); }

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

border-color css

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

 span { border-color: rgb(56,145,117); }

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