Html Css Color HEX #308363 Viridian

📋 copy color: '#308363'

red 48 ◦ green 131 ◦ blue 99

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

Shades of Viridian #308363

Tints of Viridian #308363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 17.27%
G = 47.12%
B = 35.61%

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

#308363 (or 0x308363) is known color: Viridian. HEX triplet: 30, 83 and 63. RGB value is (48,131,99). Sum of RGB (Red+Green+Blue) = 48+131+99=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #308363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308363 is #CF7C9C. Grayscale: #666666. Windows color (decimal): -13597853 or 6521648. OLE color: 6521648.

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

Color convert

RGB 48 131 99 -
CMYK 0.63 0 0.24 0.49
HSL 156.87º 0.46% 0.35% -
HSV(B) 156.87º 0.63% 0.51% -
XYZ 11.59 17.76 14.62 -
YUV 102.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 48 131 99 0.63 0 0.24 0.49 156.87 0.46 0.35
Hex 30 83 63 3F 0 18 31 9D 2E 23
Octal 60 203 143 77 0 30 61 235 56 43
Binary 110000 10000011 1100011 111111 0 11000 110001 10011101 101110 100011

Color Harmonies of #308363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308363

Black with #308363

Text Example


Text Example

White with #308363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308363; }

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

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

background-color css

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

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

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

border-color css

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

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

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