Html Css Color HEX #387C6A Viridian

📋 copy color: '#387C6A'

red 56 ◦ green 124 ◦ blue 106

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

Shades of Viridian #387C6A

Tints of Viridian #387C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 19.58%
G = 43.36%
B = 37.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#387C6A (or 0x387C6A) is known color: Viridian. HEX triplet: 38, 7C and 6A. RGB value is (56,124,106). Sum of RGB (Red+Green+Blue) = 56+124+106=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6A is #C78395. Grayscale: #656565. Windows color (decimal): -13075350 or 6978616. OLE color: 6978616.

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

Color convert

RGB 56 124 106 -
CMYK 0.55 0 0.15 0.51
HSL 164.12º 0.38% 0.35% -
HSV(B) 164.12º 0.55% 0.49% -
XYZ 11.44 16.3 16.18 -
YUV 101.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 56 124 106 0.55 0 0.15 0.51 164.12 0.38 0.35
Hex 38 7C 6A 37 0 F 33 A4 26 23
Octal 70 174 152 67 0 17 63 244 46 43
Binary 111000 1111100 1101010 110111 0 1111 110011 10100100 100110 100011

Color Harmonies of #387C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C6A

Black with #387C6A

Text Example


Text Example

White with #387C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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