Html Css Color HEX #388866 Viridian

📋 copy color: '#388866'

red 56 ◦ green 136 ◦ blue 102

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

Shades of Viridian #388866

Tints of Viridian #388866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.26%

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

R = 19.05%
G = 46.26%
B = 34.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#388866 (or 0x388866) is known color: Viridian. HEX triplet: 38, 88 and 66. RGB value is (56,136,102). Sum of RGB (Red+Green+Blue) = 56+136+102=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #388866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388866 is #C77799. Grayscale: #6C6C6C. Windows color (decimal): -13072282 or 6719544. OLE color: 6719544.

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

Color convert

RGB 56 136 102 -
CMYK 0.59 0 0.25 0.47
HSL 154.5º 0.42% 0.38% -
HSV(B) 154.5º 0.59% 0.53% -
XYZ 12.83 19.41 15.64 -
YUV 108.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 56 136 102 0.59 0 0.25 0.47 154.5 0.42 0.38
Hex 38 88 66 3B 0 19 2F 9A 2A 26
Octal 70 210 146 73 0 31 57 232 52 46
Binary 111000 10001000 1100110 111011 0 11001 101111 10011010 101010 100110

Color Harmonies of #388866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388866

Black with #388866

Text Example


Text Example

White with #388866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388866; }

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

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

background-color css

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

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

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

border-color css

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

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

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