Html Css Color HEX #308567 Viridian

📋 copy color: '#308567'

red 48 ◦ green 133 ◦ blue 103

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

Shades of Viridian #308567

Tints of Viridian #308567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

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

R = 16.9%
G = 46.83%
B = 36.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#308567 (or 0x308567) is known color: Viridian. HEX triplet: 30, 85 and 67. RGB value is (48,133,103). Sum of RGB (Red+Green+Blue) = 48+133+103=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #308567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308567 is #CF7A98. Grayscale: #686868. Windows color (decimal): -13597337 or 6784304. OLE color: 6784304.

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

Color convert

RGB 48 133 103 -
CMYK 0.64 0 0.23 0.48
HSL 158.82º 0.47% 0.35% -
HSV(B) 158.82º 0.64% 0.52% -
XYZ 12.05 18.38 15.74 -
YUV 104.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 48 133 103 0.64 0 0.23 0.48 158.82 0.47 0.35
Hex 30 85 67 40 0 17 30 9F 2F 23
Octal 60 205 147 100 0 27 60 237 57 43
Binary 110000 10000101 1100111 1000000 0 10111 110000 10011111 101111 100011

Color Harmonies of #308567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308567

Black with #308567

Text Example


Text Example

White with #308567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308567; }

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

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

background-color css

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

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

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

border-color css

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

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

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