Html Css Color HEX #308367 Viridian

📋 copy color: '#308367'

red 48 ◦ green 131 ◦ blue 103

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

Shades of Viridian #308367

Tints of Viridian #308367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 17.02%
G = 46.45%
B = 36.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#308367 (or 0x308367) is known color: Viridian. HEX triplet: 30, 83 and 67. RGB value is (48,131,103). Sum of RGB (Red+Green+Blue) = 48+131+103=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #308367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308367 is #CF7C98. Grayscale: #676767. Windows color (decimal): -13597849 or 6783792. OLE color: 6783792.

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

Color convert

RGB 48 131 103 -
CMYK 0.63 0 0.21 0.49
HSL 159.76º 0.46% 0.35% -
HSV(B) 159.76º 0.63% 0.51% -
XYZ 11.78 17.84 15.65 -
YUV 102.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 48 131 103 0.63 0 0.21 0.49 159.76 0.46 0.35
Hex 30 83 67 3F 0 15 31 A0 2E 23
Octal 60 203 147 77 0 25 61 240 56 43
Binary 110000 10000011 1100111 111111 0 10101 110001 10100000 101110 100011

Color Harmonies of #308367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308367

Black with #308367

Text Example


Text Example

White with #308367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308367; }

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

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

background-color css

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

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

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

border-color css

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

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

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