Html Css Color HEX #308668 Viridian

📋 copy color: '#308668'

red 48 ◦ green 134 ◦ blue 104

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

Shades of Viridian #308668

Tints of Viridian #308668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 16.78%
G = 46.85%
B = 36.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#308668 (or 0x308668) is known color: Viridian. HEX triplet: 30, 86 and 68. RGB value is (48,134,104). Sum of RGB (Red+Green+Blue) = 48+134+104=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #308668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308668 is #CF7997. Grayscale: #686868. Windows color (decimal): -13597080 or 6850096. OLE color: 6850096.

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

Color convert

RGB 48 134 104 -
CMYK 0.64 0 0.22 0.47
HSL 159.07º 0.47% 0.36% -
HSV(B) 159.07º 0.64% 0.53% -
XYZ 12.24 18.68 16.06 -
YUV 104.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 48 134 104 0.64 0 0.22 0.47 159.07 0.47 0.36
Hex 30 86 68 40 0 16 2F 9F 2F 24
Octal 60 206 150 100 0 26 57 237 57 44
Binary 110000 10000110 1101000 1000000 0 10110 101111 10011111 101111 100100

Color Harmonies of #308668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308668

Black with #308668

Text Example


Text Example

White with #308668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308668; }

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

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

background-color css

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

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

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

border-color css

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

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

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