Html Css Color HEX #38936F Viridian

📋 copy color: '#38936F'

red 56 ◦ green 147 ◦ blue 111

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

Shades of Viridian #38936F

Tints of Viridian #38936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 17.83%
G = 46.82%
B = 35.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#38936F (or 0x38936F) is known color: Viridian. HEX triplet: 38, 93 and 6F. RGB value is (56,147,111). Sum of RGB (Red+Green+Blue) = 56+147+111=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #38936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38936F is #C76C90. Grayscale: #737373. Windows color (decimal): -13069457 or 7312184. OLE color: 7312184.

HSL color Cylindrical-coordinate representation of color #38936F: hue angle of 156.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38936F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 111 -
CMYK 0.62 0 0.24 0.42
HSL 156.26º 0.45% 0.4% -
HSV(B) 156.26º 0.62% 0.58% -
XYZ 14.93 22.86 18.66 -
YUV 115.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 56 147 111 0.62 0 0.24 0.42 156.26 0.45 0.4
Hex 38 93 6F 3E 0 18 2A 9C 2D 28
Octal 70 223 157 76 0 30 52 234 55 50
Binary 111000 10010011 1101111 111110 0 11000 101010 10011100 101101 101000

Color Harmonies of #38936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38936F

Black with #38936F

Text Example


Text Example

White with #38936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38936F; }

 p { color: rgb(56,147,111); }

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

background-color css

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

 a { background-color: rgb(56,147,111); }

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

border-color css

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

 span { border-color: rgb(56,147,111); }

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