Html Css Color HEX #388C69 Viridian

📋 copy color: '#388C69'

red 56 ◦ green 140 ◦ blue 105

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

Shades of Viridian #388C69

Tints of Viridian #388C69

RGB

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

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

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

R = 18.6%
G = 46.51%
B = 34.88%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#388C69 (or 0x388C69) is known color: Viridian. HEX triplet: 38, 8C and 69. RGB value is (56,140,105). Sum of RGB (Red+Green+Blue) = 56+140+105=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #388C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C69 is #C77396. Grayscale: #6E6E6E. Windows color (decimal): -13071255 or 6917176. OLE color: 6917176.

HSL color Cylindrical-coordinate representation of color #388C69: hue angle of 155º 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 #388C69 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 105 -
CMYK 0.6 0 0.25 0.45
HSL 155º 0.43% 0.38% -
HSV(B) 155º 0.6% 0.55% -
XYZ 13.56 20.62 16.63 -
YUV 110.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 56 140 105 0.6 0 0.25 0.45 155 0.43 0.38
Hex 38 8C 69 3C 0 19 2D 9B 2B 26
Octal 70 214 151 74 0 31 55 233 53 46
Binary 111000 10001100 1101001 111100 0 11001 101101 10011011 101011 100110

Color Harmonies of #388C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C69

Black with #388C69

Text Example


Text Example

White with #388C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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