Html Css Color HEX #387560 Viridian

📋 copy color: '#387560'

red 56 ◦ green 117 ◦ blue 96

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

Shades of Viridian #387560

Tints of Viridian #387560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 20.82%
G = 43.49%
B = 35.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#387560 (or 0x387560) is known color: Viridian. HEX triplet: 38, 75 and 60. RGB value is (56,117,96). Sum of RGB (Red+Green+Blue) = 56+117+96=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #387560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387560 is #C78A9F. Grayscale: #606060. Windows color (decimal): -13077152 or 6321464. OLE color: 6321464.

HSL color Cylindrical-coordinate representation of color #387560: hue angle of 159.34º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387560 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 96 -
CMYK 0.52 0 0.18 0.54
HSL 159.34º 0.35% 0.34% -
HSV(B) 159.34º 0.52% 0.46% -
XYZ 10.1 14.41 13.31 -
YUV 96.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 56 117 96 0.52 0 0.18 0.54 159.34 0.35 0.34
Hex 38 75 60 34 0 12 36 9F 23 22
Octal 70 165 140 64 0 22 66 237 43 42
Binary 111000 1110101 1100000 110100 0 10010 110110 10011111 100011 100010

Color Harmonies of #387560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387560

Black with #387560

Text Example


Text Example

White with #387560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387560; }

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

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

background-color css

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

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

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

border-color css

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

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

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