Html Css Color HEX #387F67 Viridian

📋 copy color: '#387F67'

red 56 ◦ green 127 ◦ blue 103

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

Shades of Viridian #387F67

Tints of Viridian #387F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 19.58%
G = 44.41%
B = 36.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#387F67 (or 0x387F67) is known color: Viridian. HEX triplet: 38, 7F and 67. RGB value is (56,127,103). Sum of RGB (Red+Green+Blue) = 56+127+103=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #387F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F67 is #C78098. Grayscale: #676767. Windows color (decimal): -13074585 or 6782776. OLE color: 6782776.

HSL color Cylindrical-coordinate representation of color #387F67: hue angle of 159.72º 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 #387F67 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 103 -
CMYK 0.56 0 0.19 0.50
HSL 159.72º 0.39% 0.36% -
HSV(B) 159.72º 0.56% 0.5% -
XYZ 11.67 17 15.5 -
YUV 103.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 56 127 103 0.56 0 0.19 0.50 159.72 0.39 0.36
Hex 38 7F 67 38 0 13 32 A0 27 24
Octal 70 177 147 70 0 23 62 240 47 44
Binary 111000 1111111 1100111 111000 0 10011 110010 10100000 100111 100100

Color Harmonies of #387F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F67

Black with #387F67

Text Example


Text Example

White with #387F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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