Html Css Color HEX #387F68 Viridian

📋 copy color: '#387F68'

red 56 ◦ green 127 ◦ blue 104

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

Shades of Viridian #387F68

Tints of Viridian #387F68

RGB

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

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

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

R = 19.51%
G = 44.25%
B = 36.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#387F68 (or 0x387F68) is known color: Viridian. HEX triplet: 38, 7F and 68. RGB value is (56,127,104). Sum of RGB (Red+Green+Blue) = 56+127+104=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #387F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F68 is #C78097. Grayscale: #676767. Windows color (decimal): -13074584 or 6848312. OLE color: 6848312.

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

Color convert

RGB 56 127 104 -
CMYK 0.56 0 0.18 0.50
HSL 160.56º 0.39% 0.36% -
HSV(B) 160.56º 0.56% 0.5% -
XYZ 11.72 17.02 15.76 -
YUV 103.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 56 127 104 0.56 0 0.18 0.50 160.56 0.39 0.36
Hex 38 7F 68 38 0 12 32 A1 27 24
Octal 70 177 150 70 0 22 62 241 47 44
Binary 111000 1111111 1101000 111000 0 10010 110010 10100001 100111 100100

Color Harmonies of #387F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F68

Black with #387F68

Text Example


Text Example

White with #387F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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