Html Css Color HEX #38896D Viridian

📋 copy color: '#38896D'

red 56 ◦ green 137 ◦ blue 109

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

Shades of Viridian #38896D

Tints of Viridian #38896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 18.54%
G = 45.36%
B = 36.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#38896D (or 0x38896D) is known color: Viridian. HEX triplet: 38, 89 and 6D. RGB value is (56,137,109). Sum of RGB (Red+Green+Blue) = 56+137+109=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #38896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38896D is #C77692. Grayscale: #6D6D6D. Windows color (decimal): -13072019 or 7178552. OLE color: 7178552.

HSL color Cylindrical-coordinate representation of color #38896D: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38896D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 109 -
CMYK 0.59 0 0.20 0.46
HSL 159.26º 0.42% 0.38% -
HSV(B) 159.26º 0.59% 0.54% -
XYZ 13.34 19.84 17.59 -
YUV 109.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 56 137 109 0.59 0 0.20 0.46 159.26 0.42 0.38
Hex 38 89 6D 3B 0 14 2E 9F 2A 26
Octal 70 211 155 73 0 24 56 237 52 46
Binary 111000 10001001 1101101 111011 0 10100 101110 10011111 101010 100110

Color Harmonies of #38896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38896D

Black with #38896D

Text Example


Text Example

White with #38896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38896D; }

 p { color: rgb(56,137,109); }

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

background-color css

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

 a { background-color: rgb(56,137,109); }

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

border-color css

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

 span { border-color: rgb(56,137,109); }

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