Html Css Color HEX #308B6D Viridian

📋 copy color: '#308B6D'

red 48 ◦ green 139 ◦ blue 109

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

Shades of Viridian #308B6D

Tints of Viridian #308B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.96%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 16.22%
G = 46.96%
B = 36.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#308B6D (or 0x308B6D) is known color: Viridian. HEX triplet: 30, 8B and 6D. RGB value is (48,139,109). Sum of RGB (Red+Green+Blue) = 48+139+109=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #308B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B6D is #CF7492. Grayscale: #6C6C6C. Windows color (decimal): -13595795 or 7179056. OLE color: 7179056.

HSL color Cylindrical-coordinate representation of color #308B6D: hue angle of 160.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B6D is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 109 -
CMYK 0.65 0 0.22 0.45
HSL 160.22º 0.49% 0.37% -
HSV(B) 160.22º 0.65% 0.55% -
XYZ 13.21 20.2 17.67 -
YUV 108.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 48 139 109 0.65 0 0.22 0.45 160.22 0.49 0.37
Hex 30 8B 6D 41 0 16 2D A0 31 25
Octal 60 213 155 101 0 26 55 240 61 45
Binary 110000 10001011 1101101 1000001 0 10110 101101 10100000 110001 100101

Color Harmonies of #308B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B6D

Black with #308B6D

Text Example


Text Example

White with #308B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308B6D; }

 p { color: rgb(48,139,109); }

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

background-color css

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

 a { background-color: rgb(48,139,109); }

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

border-color css

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

 span { border-color: rgb(48,139,109); }

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