Html Css Color HEX #308265 Viridian

📋 copy color: '#308265'

red 48 ◦ green 130 ◦ blue 101

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

Shades of Viridian #308265

Tints of Viridian #308265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 17.2%
G = 46.59%
B = 36.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#308265 (or 0x308265) is known color: Viridian. HEX triplet: 30, 82 and 65. RGB value is (48,130,101). Sum of RGB (Red+Green+Blue) = 48+130+101=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #308265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308265 is #CF7D9A. Grayscale: #666666. Windows color (decimal): -13598107 or 6652464. OLE color: 6652464.

HSL color Cylindrical-coordinate representation of color #308265: hue angle of 158.78º 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 #308265 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 101 -
CMYK 0.63 0 0.22 0.49
HSL 158.78º 0.46% 0.35% -
HSV(B) 158.78º 0.63% 0.51% -
XYZ 11.55 17.53 15.09 -
YUV 102.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 48 130 101 0.63 0 0.22 0.49 158.78 0.46 0.35
Hex 30 82 65 3F 0 16 31 9F 2E 23
Octal 60 202 145 77 0 26 61 237 56 43
Binary 110000 10000010 1100101 111111 0 10110 110001 10011111 101110 100011

Color Harmonies of #308265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308265

Black with #308265

Text Example


Text Example

White with #308265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308265; }

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

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

background-color css

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

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

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

border-color css

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

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

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