Html Css Color HEX #388A69 Viridian

📋 copy color: '#388A69'

red 56 ◦ green 138 ◦ blue 105

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

Shades of Viridian #388A69

Tints of Viridian #388A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.15%

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

R = 18.73%
G = 46.15%
B = 35.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#388A69 (or 0x388A69) is known color: Viridian. HEX triplet: 38, 8A and 69. RGB value is (56,138,105). Sum of RGB (Red+Green+Blue) = 56+138+105=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #388A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A69 is #C77596. Grayscale: #6D6D6D. Windows color (decimal): -13071767 or 6916664. OLE color: 6916664.

HSL color Cylindrical-coordinate representation of color #388A69: hue angle of 155.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A69 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 138 105 -
CMYK 0.59 0 0.24 0.46
HSL 155.85º 0.42% 0.38% -
HSV(B) 155.85º 0.59% 0.54% -
XYZ 13.27 20.04 16.53 -
YUV 109.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 56 138 105 0.59 0 0.24 0.46 155.85 0.42 0.38
Hex 38 8A 69 3B 0 18 2E 9C 2A 26
Octal 70 212 151 73 0 30 56 234 52 46
Binary 111000 10001010 1101001 111011 0 11000 101110 10011100 101010 100110

Color Harmonies of #388A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388A69

Black with #388A69

Text Example


Text Example

White with #388A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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