Html Css Color HEX #398664 Viridian

📋 copy color: '#398664'

red 57 ◦ green 134 ◦ blue 100

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

Shades of Viridian #398664

Tints of Viridian #398664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 19.59%
G = 46.05%
B = 34.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#398664 (or 0x398664) is known color: Viridian. HEX triplet: 39, 86 and 64. RGB value is (57,134,100). Sum of RGB (Red+Green+Blue) = 57+134+100=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #398664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398664 is #C6799B. Grayscale: #6B6B6B. Windows color (decimal): -13007260 or 6587961. OLE color: 6587961.

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

Color convert

RGB 57 134 100 -
CMYK 0.57 0 0.25 0.47
HSL 153.51º 0.4% 0.37% -
HSV(B) 153.51º 0.57% 0.53% -
XYZ 12.51 18.84 15.03 -
YUV 107.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 57 134 100 0.57 0 0.25 0.47 153.51 0.4 0.37
Hex 39 86 64 39 0 19 2F 9A 28 25
Octal 71 206 144 71 0 31 57 232 50 45
Binary 111001 10000110 1100100 111001 0 11001 101111 10011010 101000 100101

Color Harmonies of #398664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398664

Black with #398664

Text Example


Text Example

White with #398664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398664; }

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

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

background-color css

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

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

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

border-color css

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

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

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