Html Css Color HEX #318567 Viridian

📋 copy color: '#318567'

red 49 ◦ green 133 ◦ blue 103

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

Shades of Viridian #318567

Tints of Viridian #318567

RGB

 RED value IS 49 (19.53% from 255) = 17.19%

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

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

R = 17.19%
G = 46.67%
B = 36.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#318567 (or 0x318567) is known color: Viridian. HEX triplet: 31, 85 and 67. RGB value is (49,133,103). Sum of RGB (Red+Green+Blue) = 49+133+103=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #318567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318567 is #CE7A98. Grayscale: #686868. Windows color (decimal): -13531801 or 6784305. OLE color: 6784305.

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

Color convert

RGB 49 133 103 -
CMYK 0.63 0 0.23 0.48
HSL 158.57º 0.46% 0.36% -
HSV(B) 158.57º 0.63% 0.52% -
XYZ 12.1 18.41 15.75 -
YUV 104.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 49 133 103 0.63 0 0.23 0.48 158.57 0.46 0.36
Hex 31 85 67 3F 0 17 30 9F 2E 24
Octal 61 205 147 77 0 27 60 237 56 44
Binary 110001 10000101 1100111 111111 0 10111 110000 10011111 101110 100100

Color Harmonies of #318567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318567

Black with #318567

Text Example


Text Example

White with #318567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318567; }

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

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

background-color css

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

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

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

border-color css

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

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

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