Html Css Color HEX #308467 Viridian

📋 copy color: '#308467'

red 48 ◦ green 132 ◦ blue 103

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

Shades of Viridian #308467

Tints of Viridian #308467

RGB

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

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

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

R = 16.96%
G = 46.64%
B = 36.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#308467 (or 0x308467) is known color: Viridian. HEX triplet: 30, 84 and 67. RGB value is (48,132,103). Sum of RGB (Red+Green+Blue) = 48+132+103=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #308467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308467 is #CF7B98. Grayscale: #676767. Windows color (decimal): -13597593 or 6784048. OLE color: 6784048.

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

Color convert

RGB 48 132 103 -
CMYK 0.64 0 0.22 0.48
HSL 159.29º 0.47% 0.35% -
HSV(B) 159.29º 0.64% 0.52% -
XYZ 11.92 18.11 15.7 -
YUV 103.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 48 132 103 0.64 0 0.22 0.48 159.29 0.47 0.35
Hex 30 84 67 40 0 16 30 9F 2F 23
Octal 60 204 147 100 0 26 60 237 57 43
Binary 110000 10000100 1100111 1000000 0 10110 110000 10011111 101111 100011

Color Harmonies of #308467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308467

Black with #308467

Text Example


Text Example

White with #308467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308467; }

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

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

background-color css

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

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

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

border-color css

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

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

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