Html Css Color HEX #387C68 Viridian

📋 copy color: '#387C68'

red 56 ◦ green 124 ◦ blue 104

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

Shades of Viridian #387C68

Tints of Viridian #387C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 19.72%
G = 43.66%
B = 36.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#387C68 (or 0x387C68) is known color: Viridian. HEX triplet: 38, 7C and 68. RGB value is (56,124,104). Sum of RGB (Red+Green+Blue) = 56+124+104=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #387C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C68 is #C78397. Grayscale: #656565. Windows color (decimal): -13075352 or 6847544. OLE color: 6847544.

HSL color Cylindrical-coordinate representation of color #387C68: hue angle of 162.35º 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 #387C68 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 104 -
CMYK 0.55 0 0.16 0.51
HSL 162.35º 0.38% 0.35% -
HSV(B) 162.35º 0.55% 0.49% -
XYZ 11.34 16.26 15.64 -
YUV 101.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 56 124 104 0.55 0 0.16 0.51 162.35 0.38 0.35
Hex 38 7C 68 37 0 10 33 A2 26 23
Octal 70 174 150 67 0 20 63 242 46 43
Binary 111000 1111100 1101000 110111 0 10000 110011 10100010 100110 100011

Color Harmonies of #387C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C68

Black with #387C68

Text Example


Text Example

White with #387C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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