Html Css Color HEX #308564 Viridian

📋 copy color: '#308564'

red 48 ◦ green 133 ◦ blue 100

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

Shades of Viridian #308564

Tints of Viridian #308564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 17.08%
G = 47.33%
B = 35.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#308564 (or 0x308564) is known color: Viridian. HEX triplet: 30, 85 and 64. RGB value is (48,133,100). Sum of RGB (Red+Green+Blue) = 48+133+100=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #308564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308564 is #CF7A9B. Grayscale: #676767. Windows color (decimal): -13597340 or 6587696. OLE color: 6587696.

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

Color convert

RGB 48 133 100 -
CMYK 0.64 0 0.25 0.48
HSL 156.71º 0.47% 0.35% -
HSV(B) 156.71º 0.64% 0.52% -
XYZ 11.91 18.32 14.97 -
YUV 103.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 48 133 100 0.64 0 0.25 0.48 156.71 0.47 0.35
Hex 30 85 64 40 0 19 30 9D 2F 23
Octal 60 205 144 100 0 31 60 235 57 43
Binary 110000 10000101 1100100 1000000 0 11001 110000 10011101 101111 100011

Color Harmonies of #308564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308564

Black with #308564

Text Example


Text Example

White with #308564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308564; }

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

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

background-color css

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

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

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

border-color css

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

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

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