Html Css Color HEX #308162 Viridian

📋 copy color: '#308162'

red 48 ◦ green 129 ◦ blue 98

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

Shades of Viridian #308162

Tints of Viridian #308162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.91%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 17.45%
G = 46.91%
B = 35.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#308162 (or 0x308162) is known color: Viridian. HEX triplet: 30, 81 and 62. RGB value is (48,129,98). Sum of RGB (Red+Green+Blue) = 48+129+98=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #308162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308162 is #CF7E9D. Grayscale: #656565. Windows color (decimal): -13598366 or 6455600. OLE color: 6455600.

HSL color Cylindrical-coordinate representation of color #308162: hue angle of 157.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308162 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 98 -
CMYK 0.63 0 0.24 0.49
HSL 157.04º 0.46% 0.35% -
HSV(B) 157.04º 0.63% 0.51% -
XYZ 11.27 17.21 14.28 -
YUV 101.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 48 129 98 0.63 0 0.24 0.49 157.04 0.46 0.35
Hex 30 81 62 3F 0 18 31 9D 2E 23
Octal 60 201 142 77 0 30 61 235 56 43
Binary 110000 10000001 1100010 111111 0 11000 110001 10011101 101110 100011

Color Harmonies of #308162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308162

Black with #308162

Text Example


Text Example

White with #308162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308162; }

 p { color: rgb(48,129,98); }

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

background-color css

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

 a { background-color: rgb(48,129,98); }

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

border-color css

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

 span { border-color: rgb(48,129,98); }

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