Html Css Color HEX #38916E Viridian

📋 copy color: '#38916E'

red 56 ◦ green 145 ◦ blue 110

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

Shades of Viridian #38916E

Tints of Viridian #38916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 18.01%
G = 46.62%
B = 35.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#38916E (or 0x38916E) is known color: Viridian. HEX triplet: 38, 91 and 6E. RGB value is (56,145,110). Sum of RGB (Red+Green+Blue) = 56+145+110=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #38916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38916E is #C76E91. Grayscale: #727272. Windows color (decimal): -13069970 or 7246136. OLE color: 7246136.

HSL color Cylindrical-coordinate representation of color #38916E: hue angle of 156.4º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38916E is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 110 -
CMYK 0.61 0 0.24 0.43
HSL 156.4º 0.44% 0.39% -
HSV(B) 156.4º 0.61% 0.57% -
XYZ 14.57 22.22 18.27 -
YUV 114.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 56 145 110 0.61 0 0.24 0.43 156.4 0.44 0.39
Hex 38 91 6E 3D 0 18 2B 9C 2C 27
Octal 70 221 156 75 0 30 53 234 54 47
Binary 111000 10010001 1101110 111101 0 11000 101011 10011100 101100 100111

Color Harmonies of #38916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38916E

Black with #38916E

Text Example


Text Example

White with #38916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38916E; }

 p { color: rgb(56,145,110); }

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

background-color css

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

 a { background-color: rgb(56,145,110); }

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

border-color css

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

 span { border-color: rgb(56,145,110); }

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