Html Css Color HEX #3F9075 Viridian

📋 copy color: '#3F9075'

red 63 ◦ green 144 ◦ blue 117

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

Shades of Viridian #3F9075

Tints of Viridian #3F9075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 19.44%
G = 44.44%
B = 36.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#3F9075 (or 0x3F9075) is known color: Viridian. HEX triplet: 3F, 90 and 75. RGB value is (63,144,117). Sum of RGB (Red+Green+Blue) = 63+144+117=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9075 is #C06F8A. Grayscale: #747474. Windows color (decimal): -12611467 or 7704639. OLE color: 7704639.

HSL color Cylindrical-coordinate representation of color #3F9075: hue angle of 160º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9075 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 144 117 -
CMYK 0.56 0 0.19 0.44
HSL 160º 0.39% 0.41% -
HSV(B) 160º 0.56% 0.56% -
XYZ 15.23 22.29 20.33 -
YUV 116.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 63 144 117 0.56 0 0.19 0.44 160 0.39 0.41
Hex 3F 90 75 38 0 13 2C A0 27 29
Octal 77 220 165 70 0 23 54 240 47 51
Binary 111111 10010000 1110101 111000 0 10011 101100 10100000 100111 101001

Color Harmonies of #3F9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9075

Black with #3F9075

Text Example


Text Example

White with #3F9075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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