Html Css Color HEX #398268 Viridian

📋 copy color: '#398268'

red 57 ◦ green 130 ◦ blue 104

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

Shades of Viridian #398268

Tints of Viridian #398268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 19.59%
G = 44.67%
B = 35.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#398268 (or 0x398268) is known color: Viridian. HEX triplet: 39, 82 and 68. RGB value is (57,130,104). Sum of RGB (Red+Green+Blue) = 57+130+104=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #398268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398268 is #C67D97. Grayscale: #696969. Windows color (decimal): -13008280 or 6849081. OLE color: 6849081.

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

Color convert

RGB 57 130 104 -
CMYK 0.56 0 0.2 0.49
HSL 158.63º 0.39% 0.37% -
HSV(B) 158.63º 0.56% 0.51% -
XYZ 12.17 17.83 15.9 -
YUV 105.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 57 130 104 0.56 0 0.2 0.49 158.63 0.39 0.37
Hex 39 82 68 38 0 14 31 9F 27 25
Octal 71 202 150 70 0 24 61 237 47 45
Binary 111001 10000010 1101000 111000 0 10100 110001 10011111 100111 100101

Color Harmonies of #398268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398268

Black with #398268

Text Example


Text Example

White with #398268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398268; }

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

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

background-color css

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

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

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

border-color css

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

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

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