Html Css Color HEX #308867 Viridian

📋 copy color: '#308867'

red 48 ◦ green 136 ◦ blue 103

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

Shades of Viridian #308867

Tints of Viridian #308867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 16.72%
G = 47.39%
B = 35.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#308867 (or 0x308867) is known color: Viridian. HEX triplet: 30, 88 and 67. RGB value is (48,136,103). Sum of RGB (Red+Green+Blue) = 48+136+103=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #308867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308867 is #CF7798. Grayscale: #696969. Windows color (decimal): -13596569 or 6785072. OLE color: 6785072.

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

Color convert

RGB 48 136 103 -
CMYK 0.65 0 0.24 0.47
HSL 157.5º 0.48% 0.36% -
HSV(B) 157.5º 0.65% 0.53% -
XYZ 12.47 19.22 15.88 -
YUV 105.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 48 136 103 0.65 0 0.24 0.47 157.5 0.48 0.36
Hex 30 88 67 41 0 18 2F 9E 30 24
Octal 60 210 147 101 0 30 57 236 60 44
Binary 110000 10001000 1100111 1000001 0 11000 101111 10011110 110000 100100

Color Harmonies of #308867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308867

Black with #308867

Text Example


Text Example

White with #308867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308867; }

 p { color: rgb(48,136,103); }

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

background-color css

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

 a { background-color: rgb(48,136,103); }

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

border-color css

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

 span { border-color: rgb(48,136,103); }

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