Html Css Color HEX #388766 Viridian

📋 copy color: '#388766'

red 56 ◦ green 135 ◦ blue 102

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

Shades of Viridian #388766

Tints of Viridian #388766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.08%

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

R = 19.11%
G = 46.08%
B = 34.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#388766 (or 0x388766) is known color: Viridian. HEX triplet: 38, 87 and 66. RGB value is (56,135,102). Sum of RGB (Red+Green+Blue) = 56+135+102=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #388766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388766 is #C77899. Grayscale: #6B6B6B. Windows color (decimal): -13072538 or 6719288. OLE color: 6719288.

HSL color Cylindrical-coordinate representation of color #388766: hue angle of 154.94º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388766 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 102 -
CMYK 0.59 0 0.24 0.47
HSL 154.94º 0.41% 0.37% -
HSV(B) 154.94º 0.59% 0.53% -
XYZ 12.69 19.13 15.59 -
YUV 107.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 56 135 102 0.59 0 0.24 0.47 154.94 0.41 0.37
Hex 38 87 66 3B 0 18 2F 9B 29 25
Octal 70 207 146 73 0 30 57 233 51 45
Binary 111000 10000111 1100110 111011 0 11000 101111 10011011 101001 100101

Color Harmonies of #388766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388766

Black with #388766

Text Example


Text Example

White with #388766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388766; }

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

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

background-color css

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

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

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

border-color css

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

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

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