Html Css Color HEX #398267 Viridian

📋 copy color: '#398267'

red 57 ◦ green 130 ◦ blue 103

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

Shades of Viridian #398267

Tints of Viridian #398267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 19.66%
G = 44.83%
B = 35.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#398267 (or 0x398267) is known color: Viridian. HEX triplet: 39, 82 and 67. RGB value is (57,130,103). Sum of RGB (Red+Green+Blue) = 57+130+103=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #398267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398267 is #C67D98. Grayscale: #696969. Windows color (decimal): -13008281 or 6783545. OLE color: 6783545.

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

Color convert

RGB 57 130 103 -
CMYK 0.56 0 0.21 0.49
HSL 157.81º 0.39% 0.37% -
HSV(B) 157.81º 0.56% 0.51% -
XYZ 12.12 17.81 15.63 -
YUV 105.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 57 130 103 0.56 0 0.21 0.49 157.81 0.39 0.37
Hex 39 82 67 38 0 15 31 9E 27 25
Octal 71 202 147 70 0 25 61 236 47 45
Binary 111001 10000010 1100111 111000 0 10101 110001 10011110 100111 100101

Color Harmonies of #398267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398267

Black with #398267

Text Example


Text Example

White with #398267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398267; }

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

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

background-color css

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

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

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

border-color css

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

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

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