Html Css Color HEX #38887A Viridian

📋 copy color: '#38887A'

red 56 ◦ green 136 ◦ blue 122

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

Shades of Viridian #38887A

Tints of Viridian #38887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 17.83%
G = 43.31%
B = 38.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#38887A (or 0x38887A) is known color: Viridian. HEX triplet: 38, 88 and 7A. RGB value is (56,136,122). Sum of RGB (Red+Green+Blue) = 56+136+122=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #38887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38887A is #C77785. Grayscale: #6E6E6E. Windows color (decimal): -13072262 or 8030264. OLE color: 8030264.

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

Color convert

RGB 56 136 122 -
CMYK 0.59 0 0.10 0.47
HSL 169.5º 0.42% 0.38% -
HSV(B) 169.5º 0.59% 0.53% -
XYZ 13.95 19.85 21.51 -
YUV 110.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 56 136 122 0.59 0 0.10 0.47 169.5 0.42 0.38
Hex 38 88 7A 3B 0 A 2F AA 2A 26
Octal 70 210 172 73 0 12 57 252 52 46
Binary 111000 10001000 1111010 111011 0 1010 101111 10101010 101010 100110

Color Harmonies of #38887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38887A

Black with #38887A

Text Example


Text Example

White with #38887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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