Html Css Color HEX #398564 Viridian

📋 copy color: '#398564'

red 57 ◦ green 133 ◦ blue 100

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

Shades of Viridian #398564

Tints of Viridian #398564

RGB

 RED value IS 57 (22.66% from 255) = 19.66%

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 19.66%
G = 45.86%
B = 34.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#398564 (or 0x398564) is known color: Viridian. HEX triplet: 39, 85 and 64. RGB value is (57,133,100). Sum of RGB (Red+Green+Blue) = 57+133+100=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #398564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398564 is #C67A9B. Grayscale: #6A6A6A. Windows color (decimal): -13007516 or 6587705. OLE color: 6587705.

HSL color Cylindrical-coordinate representation of color #398564: hue angle of 153.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398564 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 100 -
CMYK 0.57 0 0.25 0.48
HSL 153.95º 0.4% 0.37% -
HSV(B) 153.95º 0.57% 0.52% -
XYZ 12.38 18.57 14.99 -
YUV 106.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 57 133 100 0.57 0 0.25 0.48 153.95 0.4 0.37
Hex 39 85 64 39 0 19 30 9A 28 25
Octal 71 205 144 71 0 31 60 232 50 45
Binary 111001 10000101 1100100 111001 0 11001 110000 10011010 101000 100101

Color Harmonies of #398564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398564

Black with #398564

Text Example


Text Example

White with #398564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398564; }

 p { color: rgb(57,133,100); }

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

background-color css

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

 a { background-color: rgb(57,133,100); }

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

border-color css

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

 span { border-color: rgb(57,133,100); }

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