Html Css Color HEX #388571 Viridian

📋 copy color: '#388571'

red 56 ◦ green 133 ◦ blue 113

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

Shades of Viridian #388571

Tints of Viridian #388571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 18.54%
G = 44.04%
B = 37.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#388571 (or 0x388571) is known color: Viridian. HEX triplet: 38, 85 and 71. RGB value is (56,133,113). Sum of RGB (Red+Green+Blue) = 56+133+113=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #388571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388571 is #C77A8E. Grayscale: #6B6B6B. Windows color (decimal): -13073039 or 7439672. OLE color: 7439672.

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

Color convert

RGB 56 133 113 -
CMYK 0.58 0 0.15 0.48
HSL 164.42º 0.41% 0.37% -
HSV(B) 164.42º 0.58% 0.52% -
XYZ 13 18.81 18.57 -
YUV 107.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 56 133 113 0.58 0 0.15 0.48 164.42 0.41 0.37
Hex 38 85 71 3A 0 F 30 A4 29 25
Octal 70 205 161 72 0 17 60 244 51 45
Binary 111000 10000101 1110001 111010 0 1111 110000 10100100 101001 100101

Color Harmonies of #388571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388571

Black with #388571

Text Example


Text Example

White with #388571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388571; }

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

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

background-color css

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

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

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

border-color css

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

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

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