Html Css Color HEX #388574 Viridian

📋 copy color: '#388574'

red 56 ◦ green 133 ◦ blue 116

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

Shades of Viridian #388574

Tints of Viridian #388574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 18.36%
G = 43.61%
B = 38.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#388574 (or 0x388574) is known color: Viridian. HEX triplet: 38, 85 and 74. RGB value is (56,133,116). Sum of RGB (Red+Green+Blue) = 56+133+116=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #388574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388574 is #C77A8B. Grayscale: #6C6C6C. Windows color (decimal): -13073036 or 7636280. OLE color: 7636280.

HSL color Cylindrical-coordinate representation of color #388574: hue angle of 166.75º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388574 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 116 -
CMYK 0.58 0 0.13 0.48
HSL 166.75º 0.41% 0.37% -
HSV(B) 166.75º 0.58% 0.52% -
XYZ 13.17 18.88 19.47 -
YUV 108.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 56 133 116 0.58 0 0.13 0.48 166.75 0.41 0.37
Hex 38 85 74 3A 0 D 30 A7 29 25
Octal 70 205 164 72 0 15 60 247 51 45
Binary 111000 10000101 1110100 111010 0 1101 110000 10100111 101001 100101

Color Harmonies of #388574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388574

Black with #388574

Text Example


Text Example

White with #388574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388574; }

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

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

background-color css

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

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

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

border-color css

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

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

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