Html Css Color HEX #388066 Viridian

📋 copy color: '#388066'

red 56 ◦ green 128 ◦ blue 102

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

Shades of Viridian #388066

Tints of Viridian #388066

RGB

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

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

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

R = 19.58%
G = 44.76%
B = 35.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#388066 (or 0x388066) is known color: Viridian. HEX triplet: 38, 80 and 66. RGB value is (56,128,102). Sum of RGB (Red+Green+Blue) = 56+128+102=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #388066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388066 is #C77F99. Grayscale: #676767. Windows color (decimal): -13074330 or 6717496. OLE color: 6717496.

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

Color convert

RGB 56 128 102 -
CMYK 0.56 0 0.20 0.50
HSL 158.33º 0.39% 0.36% -
HSV(B) 158.33º 0.56% 0.5% -
XYZ 11.75 17.24 15.28 -
YUV 103.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 56 128 102 0.56 0 0.20 0.50 158.33 0.39 0.36
Hex 38 80 66 38 0 14 32 9E 27 24
Octal 70 200 146 70 0 24 62 236 47 44
Binary 111000 10000000 1100110 111000 0 10100 110010 10011110 100111 100100

Color Harmonies of #388066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388066

Black with #388066

Text Example


Text Example

White with #388066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388066; }

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

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

background-color css

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

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

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

border-color css

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

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

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