Html Css Color HEX #308766 Viridian

📋 copy color: '#308766'

red 48 ◦ green 135 ◦ blue 102

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

Shades of Viridian #308766

Tints of Viridian #308766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 16.84%
G = 47.37%
B = 35.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#308766 (or 0x308766) is known color: Viridian. HEX triplet: 30, 87 and 66. RGB value is (48,135,102). Sum of RGB (Red+Green+Blue) = 48+135+102=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #308766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308766 is #CF7899. Grayscale: #696969. Windows color (decimal): -13596826 or 6719280. OLE color: 6719280.

HSL color Cylindrical-coordinate representation of color #308766: hue angle of 157.24º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308766 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 102 -
CMYK 0.64 0 0.24 0.47
HSL 157.24º 0.48% 0.36% -
HSV(B) 157.24º 0.64% 0.53% -
XYZ 12.28 18.92 15.57 -
YUV 105.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 48 135 102 0.64 0 0.24 0.47 157.24 0.48 0.36
Hex 30 87 66 40 0 18 2F 9D 30 24
Octal 60 207 146 100 0 30 57 235 60 44
Binary 110000 10000111 1100110 1000000 0 11000 101111 10011101 110000 100100

Color Harmonies of #308766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308766

Black with #308766

Text Example


Text Example

White with #308766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308766; }

 p { color: rgb(48,135,102); }

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

background-color css

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

 a { background-color: rgb(48,135,102); }

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

border-color css

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

 span { border-color: rgb(48,135,102); }

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