Html Css Color HEX #308565 Viridian

📋 copy color: '#308565'

red 48 ◦ green 133 ◦ blue 101

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

Shades of Viridian #308565

Tints of Viridian #308565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 17.02%
G = 47.16%
B = 35.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#308565 (or 0x308565) is known color: Viridian. HEX triplet: 30, 85 and 65. RGB value is (48,133,101). Sum of RGB (Red+Green+Blue) = 48+133+101=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #308565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308565 is #CF7A9A. Grayscale: #676767. Windows color (decimal): -13597339 or 6653232. OLE color: 6653232.

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

Color convert

RGB 48 133 101 -
CMYK 0.64 0 0.24 0.48
HSL 157.41º 0.47% 0.35% -
HSV(B) 157.41º 0.64% 0.52% -
XYZ 11.96 18.34 15.22 -
YUV 103.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 48 133 101 0.64 0 0.24 0.48 157.41 0.47 0.35
Hex 30 85 65 40 0 18 30 9D 2F 23
Octal 60 205 145 100 0 30 60 235 57 43
Binary 110000 10000101 1100101 1000000 0 11000 110000 10011101 101111 100011

Color Harmonies of #308565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308565

Black with #308565

Text Example


Text Example

White with #308565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308565; }

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

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

background-color css

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

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

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

border-color css

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

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

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