Html Css Color HEX #387966 Viridian

📋 copy color: '#387966'

red 56 ◦ green 121 ◦ blue 102

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

Shades of Viridian #387966

Tints of Viridian #387966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.37%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 20.07%
G = 43.37%
B = 36.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#387966 (or 0x387966) is known color: Viridian. HEX triplet: 38, 79 and 66. RGB value is (56,121,102). Sum of RGB (Red+Green+Blue) = 56+121+102=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #387966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387966 is #C78699. Grayscale: #636363. Windows color (decimal): -13076122 or 6715704. OLE color: 6715704.

HSL color Cylindrical-coordinate representation of color #387966: hue angle of 162.46º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387966 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 102 -
CMYK 0.54 0 0.16 0.53
HSL 162.46º 0.37% 0.35% -
HSV(B) 162.46º 0.54% 0.47% -
XYZ 10.87 15.47 14.98 -
YUV 99.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 56 121 102 0.54 0 0.16 0.53 162.46 0.37 0.35
Hex 38 79 66 36 0 10 35 A2 25 23
Octal 70 171 146 66 0 20 65 242 45 43
Binary 111000 1111001 1100110 110110 0 10000 110101 10100010 100101 100011

Color Harmonies of #387966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387966

Black with #387966

Text Example


Text Example

White with #387966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387966; }

 p { color: rgb(56,121,102); }

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

background-color css

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

 a { background-color: rgb(56,121,102); }

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

border-color css

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

 span { border-color: rgb(56,121,102); }

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