Html Css Color HEX #3F8375 Viridian

📋 copy color: '#3F8375'

red 63 ◦ green 131 ◦ blue 117

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

Shades of Viridian #3F8375

Tints of Viridian #3F8375

RGB

 RED value IS 63 (25% from 255) = 20.26%

 GREEN value IS 131 (51.56% from 255) = 42.12%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 20.26%
G = 42.12%
B = 37.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#3F8375 (or 0x3F8375) is known color: Viridian. HEX triplet: 3F, 83 and 75. RGB value is (63,131,117). Sum of RGB (Red+Green+Blue) = 63+131+117=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8375 is #C07C8A. Grayscale: #6D6D6D. Windows color (decimal): -12614795 or 7701311. OLE color: 7701311.

HSL color Cylindrical-coordinate representation of color #3F8375: hue angle of 167.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8375 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 131 117 -
CMYK 0.52 0 0.11 0.49
HSL 167.65º 0.35% 0.38% -
HSV(B) 167.65º 0.52% 0.51% -
XYZ 13.38 18.57 19.71 -
YUV 109.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 63 131 117 0.52 0 0.11 0.49 167.65 0.35 0.38
Hex 3F 83 75 34 0 B 31 A8 23 26
Octal 77 203 165 64 0 13 61 250 43 46
Binary 111111 10000011 1110101 110100 0 1011 110001 10101000 100011 100110

Color Harmonies of #3F8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8375

Black with #3F8375

Text Example


Text Example

White with #3F8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8375; }

 p { color: rgb(63,131,117); }

 H1.HeaderClassName
 {
   color: #3F8375;
 }
 .AnyTagClassName
 {
   color: #3F8375;
 }
</style>

background-color css

<style>
 a { background-color: #3F8375; }

 a { background-color: rgb(63,131,117); }

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

border-color css

<style>
 span { border-color: #3F8375; }

 span { border-color: rgb(63,131,117); }

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