Html Css Color HEX #308667 Viridian

📋 copy color: '#308667'

red 48 ◦ green 134 ◦ blue 103

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

Shades of Viridian #308667

Tints of Viridian #308667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

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

R = 16.84%
G = 47.02%
B = 36.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#308667 (or 0x308667) is known color: Viridian. HEX triplet: 30, 86 and 67. RGB value is (48,134,103). Sum of RGB (Red+Green+Blue) = 48+134+103=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #308667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308667 is #CF7998. Grayscale: #686868. Windows color (decimal): -13597081 or 6784560. OLE color: 6784560.

HSL color Cylindrical-coordinate representation of color #308667: hue angle of 158.37º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308667 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 103 -
CMYK 0.64 0 0.23 0.47
HSL 158.37º 0.47% 0.36% -
HSV(B) 158.37º 0.64% 0.53% -
XYZ 12.19 18.66 15.79 -
YUV 104.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 48 134 103 0.64 0 0.23 0.47 158.37 0.47 0.36
Hex 30 86 67 40 0 17 2F 9E 2F 24
Octal 60 206 147 100 0 27 57 236 57 44
Binary 110000 10000110 1100111 1000000 0 10111 101111 10011110 101111 100100

Color Harmonies of #308667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308667

Black with #308667

Text Example


Text Example

White with #308667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308667; }

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

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

background-color css

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

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

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

border-color css

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

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

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