Html Css Color HEX #388166 Viridian

📋 copy color: '#388166'

red 56 ◦ green 129 ◦ blue 102

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

Shades of Viridian #388166

Tints of Viridian #388166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.95%

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

R = 19.51%
G = 44.95%
B = 35.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#388166 (or 0x388166) is known color: Viridian. HEX triplet: 38, 81 and 66. RGB value is (56,129,102). Sum of RGB (Red+Green+Blue) = 56+129+102=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #388166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388166 is #C77E99. Grayscale: #686868. Windows color (decimal): -13074074 or 6717752. OLE color: 6717752.

HSL color Cylindrical-coordinate representation of color #388166: hue angle of 157.81º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388166 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 102 -
CMYK 0.57 0 0.21 0.49
HSL 157.81º 0.39% 0.36% -
HSV(B) 157.81º 0.57% 0.51% -
XYZ 11.88 17.5 15.32 -
YUV 104.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 56 129 102 0.57 0 0.21 0.49 157.81 0.39 0.36
Hex 38 81 66 39 0 15 31 9E 27 24
Octal 70 201 146 71 0 25 61 236 47 44
Binary 111000 10000001 1100110 111001 0 10101 110001 10011110 100111 100100

Color Harmonies of #388166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388166

Black with #388166

Text Example


Text Example

White with #388166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388166; }

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

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

background-color css

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

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

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

border-color css

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

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

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