Html Css Color HEX #308164 Viridian

📋 copy color: '#308164'

red 48 ◦ green 129 ◦ blue 100

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

Shades of Viridian #308164

Tints of Viridian #308164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 17.33%
G = 46.57%
B = 36.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#308164 (or 0x308164) is known color: Viridian. HEX triplet: 30, 81 and 64. RGB value is (48,129,100). Sum of RGB (Red+Green+Blue) = 48+129+100=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #308164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308164 is #CF7E9B. Grayscale: #656565. Windows color (decimal): -13598364 or 6586672. OLE color: 6586672.

HSL color Cylindrical-coordinate representation of color #308164: hue angle of 158.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308164 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 100 -
CMYK 0.63 0 0.22 0.49
HSL 158.52º 0.46% 0.35% -
HSV(B) 158.52º 0.63% 0.51% -
XYZ 11.37 17.25 14.79 -
YUV 101.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 48 129 100 0.63 0 0.22 0.49 158.52 0.46 0.35
Hex 30 81 64 3F 0 16 31 9F 2E 23
Octal 60 201 144 77 0 26 61 237 56 43
Binary 110000 10000001 1100100 111111 0 10110 110001 10011111 101110 100011

Color Harmonies of #308164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308164

Black with #308164

Text Example


Text Example

White with #308164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308164; }

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

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

background-color css

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

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

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

border-color css

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

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

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