Html Css Color HEX #387C60 Viridian

📋 copy color: '#387C60'

red 56 ◦ green 124 ◦ blue 96

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

Shades of Viridian #387C60

Tints of Viridian #387C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 20.29%
G = 44.93%
B = 34.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#387C60 (or 0x387C60) is known color: Viridian. HEX triplet: 38, 7C and 60. RGB value is (56,124,96). Sum of RGB (Red+Green+Blue) = 56+124+96=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #387C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C60 is #C7839F. Grayscale: #646464. Windows color (decimal): -13075360 or 6323256. OLE color: 6323256.

HSL color Cylindrical-coordinate representation of color #387C60: hue angle of 155.29º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C60 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 96 -
CMYK 0.55 0 0.23 0.51
HSL 155.29º 0.38% 0.35% -
HSV(B) 155.29º 0.55% 0.49% -
XYZ 10.95 16.1 13.6 -
YUV 100.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 56 124 96 0.55 0 0.23 0.51 155.29 0.38 0.35
Hex 38 7C 60 37 0 17 33 9B 26 23
Octal 70 174 140 67 0 27 63 233 46 43
Binary 111000 1111100 1100000 110111 0 10111 110011 10011011 100110 100011

Color Harmonies of #387C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C60

Black with #387C60

Text Example


Text Example

White with #387C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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