Html Css Color HEX #387F69 Viridian

📋 copy color: '#387F69'

red 56 ◦ green 127 ◦ blue 105

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

Shades of Viridian #387F69

Tints of Viridian #387F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 19.44%
G = 44.1%
B = 36.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#387F69 (or 0x387F69) is known color: Viridian. HEX triplet: 38, 7F and 69. RGB value is (56,127,105). Sum of RGB (Red+Green+Blue) = 56+127+105=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #387F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F69 is #C78096. Grayscale: #676767. Windows color (decimal): -13074583 or 6913848. OLE color: 6913848.

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

Color convert

RGB 56 127 105 -
CMYK 0.56 0 0.17 0.50
HSL 161.41º 0.39% 0.36% -
HSV(B) 161.41º 0.56% 0.5% -
XYZ 11.77 17.04 16.03 -
YUV 103.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 56 127 105 0.56 0 0.17 0.50 161.41 0.39 0.36
Hex 38 7F 69 38 0 11 32 A1 27 24
Octal 70 177 151 70 0 21 62 241 47 44
Binary 111000 1111111 1101001 111000 0 10001 110010 10100001 100111 100100

Color Harmonies of #387F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F69

Black with #387F69

Text Example


Text Example

White with #387F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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