Html Css Color HEX #388873 Viridian

📋 copy color: '#388873'

red 56 ◦ green 136 ◦ blue 115

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

Shades of Viridian #388873

Tints of Viridian #388873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 18.24%
G = 44.3%
B = 37.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#388873 (or 0x388873) is known color: Viridian. HEX triplet: 38, 88 and 73. RGB value is (56,136,115). Sum of RGB (Red+Green+Blue) = 56+136+115=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #388873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388873 is #C7778C. Grayscale: #6D6D6D. Windows color (decimal): -13072269 or 7571512. OLE color: 7571512.

HSL color Cylindrical-coordinate representation of color #388873: hue angle of 164.25º 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 #388873 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 115 -
CMYK 0.59 0 0.15 0.47
HSL 164.25º 0.42% 0.38% -
HSV(B) 164.25º 0.59% 0.53% -
XYZ 13.53 19.69 19.31 -
YUV 109.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 56 136 115 0.59 0 0.15 0.47 164.25 0.42 0.38
Hex 38 88 73 3B 0 F 2F A4 2A 26
Octal 70 210 163 73 0 17 57 244 52 46
Binary 111000 10001000 1110011 111011 0 1111 101111 10100100 101010 100110

Color Harmonies of #388873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388873

Black with #388873

Text Example


Text Example

White with #388873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388873; }

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

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

background-color css

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

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

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

border-color css

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

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

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