Html Css Color HEX #398363 Viridian

📋 copy color: '#398363'

red 57 ◦ green 131 ◦ blue 99

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

Shades of Viridian #398363

Tints of Viridian #398363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 19.86%
G = 45.64%
B = 34.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#398363 (or 0x398363) is known color: Viridian. HEX triplet: 39, 83 and 63. RGB value is (57,131,99). Sum of RGB (Red+Green+Blue) = 57+131+99=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #398363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398363 is #C67C9C. Grayscale: #696969. Windows color (decimal): -13008029 or 6521657. OLE color: 6521657.

HSL color Cylindrical-coordinate representation of color #398363: hue angle of 154.05º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398363 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 99 -
CMYK 0.56 0 0.24 0.49
HSL 154.05º 0.39% 0.37% -
HSV(B) 154.05º 0.56% 0.51% -
XYZ 12.06 18 14.64 -
YUV 105.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 57 131 99 0.56 0 0.24 0.49 154.05 0.39 0.37
Hex 39 83 63 38 0 18 31 9A 27 25
Octal 71 203 143 70 0 30 61 232 47 45
Binary 111001 10000011 1100011 111000 0 11000 110001 10011010 100111 100101

Color Harmonies of #398363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398363

Black with #398363

Text Example


Text Example

White with #398363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398363; }

 p { color: rgb(57,131,99); }

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

background-color css

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

 a { background-color: rgb(57,131,99); }

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

border-color css

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

 span { border-color: rgb(57,131,99); }

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