Html Css Color HEX #398263 Viridian

📋 copy color: '#398263'

red 57 ◦ green 130 ◦ blue 99

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

Shades of Viridian #398263

Tints of Viridian #398263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 19.93%
G = 45.45%
B = 34.62%

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

#398263 (or 0x398263) is known color: Viridian. HEX triplet: 39, 82 and 63. RGB value is (57,130,99). Sum of RGB (Red+Green+Blue) = 57+130+99=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #398263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398263 is #C67D9C. Grayscale: #686868. Windows color (decimal): -13008285 or 6521401. OLE color: 6521401.

HSL color Cylindrical-coordinate representation of color #398263: hue angle of 154.52º 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 #398263 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 99 -
CMYK 0.56 0 0.24 0.49
HSL 154.52º 0.39% 0.37% -
HSV(B) 154.52º 0.56% 0.51% -
XYZ 11.92 17.74 14.6 -
YUV 104.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 57 130 99 0.56 0 0.24 0.49 154.52 0.39 0.37
Hex 39 82 63 38 0 18 31 9B 27 25
Octal 71 202 143 70 0 30 61 233 47 45
Binary 111001 10000010 1100011 111000 0 11000 110001 10011011 100111 100101

Color Harmonies of #398263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398263

Black with #398263

Text Example


Text Example

White with #398263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398263; }

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

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

background-color css

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

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

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

border-color css

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

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

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