Html Css Color HEX #308465 Viridian

📋 copy color: '#308465'

red 48 ◦ green 132 ◦ blue 101

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

Shades of Viridian #308465

Tints of Viridian #308465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 17.08%
G = 46.98%
B = 35.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#308465 (or 0x308465) is known color: Viridian. HEX triplet: 30, 84 and 65. RGB value is (48,132,101). Sum of RGB (Red+Green+Blue) = 48+132+101=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #308465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308465 is #CF7B9A. Grayscale: #676767. Windows color (decimal): -13597595 or 6652976. OLE color: 6652976.

HSL color Cylindrical-coordinate representation of color #308465: hue angle of 157.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308465 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 101 -
CMYK 0.64 0 0.23 0.48
HSL 157.86º 0.47% 0.35% -
HSV(B) 157.86º 0.64% 0.52% -
XYZ 11.82 18.07 15.18 -
YUV 103.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 48 132 101 0.64 0 0.23 0.48 157.86 0.47 0.35
Hex 30 84 65 40 0 17 30 9E 2F 23
Octal 60 204 145 100 0 27 60 236 57 43
Binary 110000 10000100 1100101 1000000 0 10111 110000 10011110 101111 100011

Color Harmonies of #308465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308465

Black with #308465

Text Example


Text Example

White with #308465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308465; }

 p { color: rgb(48,132,101); }

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

background-color css

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

 a { background-color: rgb(48,132,101); }

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

border-color css

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

 span { border-color: rgb(48,132,101); }

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