Html Css Color HEX #308365 Viridian

📋 copy color: '#308365'

red 48 ◦ green 131 ◦ blue 101

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

Shades of Viridian #308365

Tints of Viridian #308365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

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

R = 17.14%
G = 46.79%
B = 36.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#308365 (or 0x308365) is known color: Viridian. HEX triplet: 30, 83 and 65. RGB value is (48,131,101). Sum of RGB (Red+Green+Blue) = 48+131+101=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #308365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308365 is #CF7C9A. Grayscale: #666666. Windows color (decimal): -13597851 or 6652720. OLE color: 6652720.

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

Color convert

RGB 48 131 101 -
CMYK 0.63 0 0.23 0.49
HSL 158.31º 0.46% 0.35% -
HSV(B) 158.31º 0.63% 0.51% -
XYZ 11.68 17.8 15.13 -
YUV 102.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 48 131 101 0.63 0 0.23 0.49 158.31 0.46 0.35
Hex 30 83 65 3F 0 17 31 9E 2E 23
Octal 60 203 145 77 0 27 61 236 56 43
Binary 110000 10000011 1100101 111111 0 10111 110001 10011110 101110 100011

Color Harmonies of #308365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308365

Black with #308365

Text Example


Text Example

White with #308365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308365; }

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

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

background-color css

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

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

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

border-color css

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

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

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