Html Css Color HEX #388570 Viridian

📋 copy color: '#388570'

red 56 ◦ green 133 ◦ blue 112

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

Shades of Viridian #388570

Tints of Viridian #388570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 18.6%
G = 44.19%
B = 37.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#388570 (or 0x388570) is known color: Viridian. HEX triplet: 38, 85 and 70. RGB value is (56,133,112). Sum of RGB (Red+Green+Blue) = 56+133+112=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #388570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388570 is #C77A8F. Grayscale: #6B6B6B. Windows color (decimal): -13073040 or 7374136. OLE color: 7374136.

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

Color convert

RGB 56 133 112 -
CMYK 0.58 0 0.16 0.48
HSL 163.64º 0.41% 0.37% -
HSV(B) 163.64º 0.58% 0.52% -
XYZ 12.94 18.79 18.27 -
YUV 107.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 56 133 112 0.58 0 0.16 0.48 163.64 0.41 0.37
Hex 38 85 70 3A 0 10 30 A4 29 25
Octal 70 205 160 72 0 20 60 244 51 45
Binary 111000 10000101 1110000 111010 0 10000 110000 10100100 101001 100101

Color Harmonies of #388570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388570

Black with #388570

Text Example


Text Example

White with #388570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388570; }

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

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

background-color css

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

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

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

border-color css

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

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

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