Html Css Color HEX #388061 Viridian

📋 copy color: '#388061'

red 56 ◦ green 128 ◦ blue 97

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

Shades of Viridian #388061

Tints of Viridian #388061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 19.93%
G = 45.55%
B = 34.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#388061 (or 0x388061) is known color: Viridian. HEX triplet: 38, 80 and 61. RGB value is (56,128,97). Sum of RGB (Red+Green+Blue) = 56+128+97=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #388061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388061 is #C77F9E. Grayscale: #666666. Windows color (decimal): -13074335 or 6389816. OLE color: 6389816.

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

Color convert

RGB 56 128 97 -
CMYK 0.56 0 0.24 0.50
HSL 154.17º 0.39% 0.36% -
HSV(B) 154.17º 0.56% 0.5% -
XYZ 11.51 17.14 14.01 -
YUV 102.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 56 128 97 0.56 0 0.24 0.50 154.17 0.39 0.36
Hex 38 80 61 38 0 18 32 9A 27 24
Octal 70 200 141 70 0 30 62 232 47 44
Binary 111000 10000000 1100001 111000 0 11000 110010 10011010 100111 100100

Color Harmonies of #388061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388061

Black with #388061

Text Example


Text Example

White with #388061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388061; }

 p { color: rgb(56,128,97); }

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

background-color css

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

 a { background-color: rgb(56,128,97); }

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

border-color css

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

 span { border-color: rgb(56,128,97); }

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