Html Css Color HEX #309075 Viridian

📋 copy color: '#309075'

red 48 ◦ green 144 ◦ blue 117

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

Shades of Viridian #309075

Tints of Viridian #309075

RGB

 RED value IS 48 (19.14% from 255) = 15.53%

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

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

R = 15.53%
G = 46.6%
B = 37.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#309075 (or 0x309075) is known color: Viridian. HEX triplet: 30, 90 and 75. RGB value is (48,144,117). Sum of RGB (Red+Green+Blue) = 48+144+117=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #309075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309075 is #CF6F8A. Grayscale: #707070. Windows color (decimal): -13594507 or 7704624. OLE color: 7704624.

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

Color convert

RGB 48 144 117 -
CMYK 0.67 0 0.19 0.44
HSL 163.13º 0.5% 0.38% -
HSV(B) 163.13º 0.67% 0.56% -
XYZ 14.4 21.86 20.29 -
YUV 112.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 48 144 117 0.67 0 0.19 0.44 163.13 0.5 0.38
Hex 30 90 75 43 0 13 2C A3 32 26
Octal 60 220 165 103 0 23 54 243 62 46
Binary 110000 10010000 1110101 1000011 0 10011 101100 10100011 110010 100110

Color Harmonies of #309075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309075

Black with #309075

Text Example


Text Example

White with #309075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309075; }

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

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

background-color css

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

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

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

border-color css

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

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

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