Html Css Color HEX #387F6B Viridian

📋 copy color: '#387F6B'

red 56 ◦ green 127 ◦ blue 107

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

Shades of Viridian #387F6B

Tints of Viridian #387F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 43.79%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 19.31%
G = 43.79%
B = 36.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#387F6B (or 0x387F6B) is known color: Viridian. HEX triplet: 38, 7F and 6B. RGB value is (56,127,107). Sum of RGB (Red+Green+Blue) = 56+127+107=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6B is #C78094. Grayscale: #676767. Windows color (decimal): -13074581 or 7044920. OLE color: 7044920.

HSL color Cylindrical-coordinate representation of color #387F6B: hue angle of 163.1º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F6B is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 107 -
CMYK 0.56 0 0.16 0.50
HSL 163.1º 0.39% 0.36% -
HSV(B) 163.1º 0.56% 0.5% -
XYZ 11.87 17.08 16.58 -
YUV 103.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 56 127 107 0.56 0 0.16 0.50 163.1 0.39 0.36
Hex 38 7F 6B 38 0 10 32 A3 27 24
Octal 70 177 153 70 0 20 62 243 47 44
Binary 111000 1111111 1101011 111000 0 10000 110010 10100011 100111 100100

Color Harmonies of #387F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F6B

Black with #387F6B

Text Example


Text Example

White with #387F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,107); }

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

background-color css

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

 a { background-color: rgb(56,127,107); }

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

border-color css

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

 span { border-color: rgb(56,127,107); }

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