Html Css Color HEX #388C77 Viridian

📋 copy color: '#388C77'

red 56 ◦ green 140 ◦ blue 119

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

Shades of Viridian #388C77

Tints of Viridian #388C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 17.78%
G = 44.44%
B = 37.78%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#388C77 (or 0x388C77) is known color: Viridian. HEX triplet: 38, 8C and 77. RGB value is (56,140,119). Sum of RGB (Red+Green+Blue) = 56+140+119=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #388C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C77 is #C77388. Grayscale: #707070. Windows color (decimal): -13071241 or 7834680. OLE color: 7834680.

HSL color Cylindrical-coordinate representation of color #388C77: hue angle of 165º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C77 is Cyan = 0.6, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 119 -
CMYK 0.6 0 0.15 0.45
HSL 165º 0.43% 0.38% -
HSV(B) 165º 0.6% 0.55% -
XYZ 14.34 20.93 20.74 -
YUV 112.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 56 140 119 0.6 0 0.15 0.45 165 0.43 0.38
Hex 38 8C 77 3C 0 F 2D A5 2B 26
Octal 70 214 167 74 0 17 55 245 53 46
Binary 111000 10001100 1110111 111100 0 1111 101101 10100101 101011 100110

Color Harmonies of #388C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C77

Black with #388C77

Text Example


Text Example

White with #388C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388C77; }

 p { color: rgb(56,140,119); }

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

background-color css

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

 a { background-color: rgb(56,140,119); }

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

border-color css

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

 span { border-color: rgb(56,140,119); }

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