Html Css Color HEX #308665 Viridian

📋 copy color: '#308665'

red 48 ◦ green 134 ◦ blue 101

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

Shades of Viridian #308665

Tints of Viridian #308665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 16.96%
G = 47.35%
B = 35.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#308665 (or 0x308665) is known color: Viridian. HEX triplet: 30, 86 and 65. RGB value is (48,134,101). Sum of RGB (Red+Green+Blue) = 48+134+101=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #308665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308665 is #CF799A. Grayscale: #686868. Windows color (decimal): -13597083 or 6653488. OLE color: 6653488.

HSL color Cylindrical-coordinate representation of color #308665: hue angle of 156.98º degrees, saturation: 0.47, 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 #308665 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 101 -
CMYK 0.64 0 0.25 0.47
HSL 156.98º 0.47% 0.36% -
HSV(B) 156.98º 0.64% 0.53% -
XYZ 12.09 18.62 15.27 -
YUV 104.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 48 134 101 0.64 0 0.25 0.47 156.98 0.47 0.36
Hex 30 86 65 40 0 19 2F 9D 2F 24
Octal 60 206 145 100 0 31 57 235 57 44
Binary 110000 10000110 1100101 1000000 0 11001 101111 10011101 101111 100100

Color Harmonies of #308665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308665

Black with #308665

Text Example


Text Example

White with #308665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308665; }

 p { color: rgb(48,134,101); }

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

background-color css

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

 a { background-color: rgb(48,134,101); }

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

border-color css

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

 span { border-color: rgb(48,134,101); }

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