Html Css Color HEX #308B68 Viridian

📋 copy color: '#308B68'

red 48 ◦ green 139 ◦ blue 104

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

Shades of Viridian #308B68

Tints of Viridian #308B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 16.49%
G = 47.77%
B = 35.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#308B68 (or 0x308B68) is known color: Viridian. HEX triplet: 30, 8B and 68. RGB value is (48,139,104). Sum of RGB (Red+Green+Blue) = 48+139+104=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #308B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B68 is #CF7497. Grayscale: #6B6B6B. Windows color (decimal): -13595800 or 6851376. OLE color: 6851376.

HSL color Cylindrical-coordinate representation of color #308B68: hue angle of 156.92º 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 #308B68 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 104 -
CMYK 0.65 0 0.25 0.45
HSL 156.92º 0.49% 0.37% -
HSV(B) 156.92º 0.65% 0.55% -
XYZ 12.95 20.09 16.29 -
YUV 107.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 48 139 104 0.65 0 0.25 0.45 156.92 0.49 0.37
Hex 30 8B 68 41 0 19 2D 9D 31 25
Octal 60 213 150 101 0 31 55 235 61 45
Binary 110000 10001011 1101000 1000001 0 11001 101101 10011101 110001 100101

Color Harmonies of #308B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B68

Black with #308B68

Text Example


Text Example

White with #308B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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