Html Css Color HEX #308970 Viridian

📋 copy color: '#308970'

red 48 ◦ green 137 ◦ blue 112

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

Shades of Viridian #308970

Tints of Viridian #308970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 16.16%
G = 46.13%
B = 37.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#308970 (or 0x308970) is known color: Viridian. HEX triplet: 30, 89 and 70. RGB value is (48,137,112). Sum of RGB (Red+Green+Blue) = 48+137+112=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #308970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308970 is #CF768F. Grayscale: #6B6B6B. Windows color (decimal): -13596304 or 7375152. OLE color: 7375152.

HSL color Cylindrical-coordinate representation of color #308970: hue angle of 163.15º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308970 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 112 -
CMYK 0.65 0 0.18 0.46
HSL 163.15º 0.48% 0.36% -
HSV(B) 163.15º 0.65% 0.54% -
XYZ 13.09 19.69 18.44 -
YUV 107.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 48 137 112 0.65 0 0.18 0.46 163.15 0.48 0.36
Hex 30 89 70 41 0 12 2E A3 30 24
Octal 60 211 160 101 0 22 56 243 60 44
Binary 110000 10001001 1110000 1000001 0 10010 101110 10100011 110000 100100

Color Harmonies of #308970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308970

Black with #308970

Text Example


Text Example

White with #308970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308970; }

 p { color: rgb(48,137,112); }

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

background-color css

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

 a { background-color: rgb(48,137,112); }

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

border-color css

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

 span { border-color: rgb(48,137,112); }

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