Html Css Color HEX #308566 Viridian

📋 copy color: '#308566'

red 48 ◦ green 133 ◦ blue 102

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

Shades of Viridian #308566

Tints of Viridian #308566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 16.96%
G = 47%
B = 36.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#308566 (or 0x308566) is known color: Viridian. HEX triplet: 30, 85 and 66. RGB value is (48,133,102). Sum of RGB (Red+Green+Blue) = 48+133+102=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #308566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308566 is #CF7A99. Grayscale: #686868. Windows color (decimal): -13597338 or 6718768. OLE color: 6718768.

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

Color convert

RGB 48 133 102 -
CMYK 0.64 0 0.23 0.48
HSL 158.12º 0.47% 0.35% -
HSV(B) 158.12º 0.64% 0.52% -
XYZ 12 18.36 15.48 -
YUV 104.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 48 133 102 0.64 0 0.23 0.48 158.12 0.47 0.35
Hex 30 85 66 40 0 17 30 9E 2F 23
Octal 60 205 146 100 0 27 60 236 57 43
Binary 110000 10000101 1100110 1000000 0 10111 110000 10011110 101111 100011

Color Harmonies of #308566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308566

Black with #308566

Text Example


Text Example

White with #308566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308566; }

 p { color: rgb(48,133,102); }

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

background-color css

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

 a { background-color: rgb(48,133,102); }

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

border-color css

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

 span { border-color: rgb(48,133,102); }

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