Html Css Color HEX #38886C Viridian

📋 copy color: '#38886C'

red 56 ◦ green 136 ◦ blue 108

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

Shades of Viridian #38886C

Tints of Viridian #38886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 18.67%
G = 45.33%
B = 36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#38886C (or 0x38886C) is known color: Viridian. HEX triplet: 38, 88 and 6C. RGB value is (56,136,108). Sum of RGB (Red+Green+Blue) = 56+136+108=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #38886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38886C is #C77793. Grayscale: #6C6C6C. Windows color (decimal): -13072276 or 7112760. OLE color: 7112760.

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

Color convert

RGB 56 136 108 -
CMYK 0.59 0 0.21 0.47
HSL 159º 0.42% 0.38% -
HSV(B) 159º 0.59% 0.53% -
XYZ 13.14 19.53 17.26 -
YUV 108.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 56 136 108 0.59 0 0.21 0.47 159 0.42 0.38
Hex 38 88 6C 3B 0 15 2F 9F 2A 26
Octal 70 210 154 73 0 25 57 237 52 46
Binary 111000 10001000 1101100 111011 0 10101 101111 10011111 101010 100110

Color Harmonies of #38886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38886C

Black with #38886C

Text Example


Text Example

White with #38886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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