Html Css Color HEX #378261 Viridian

📋 copy color: '#378261'

red 55 ◦ green 130 ◦ blue 97

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

Shades of Viridian #378261

Tints of Viridian #378261

RGB

 RED value IS 55 (21.88% from 255) = 19.5%

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 19.5%
G = 46.1%
B = 34.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#378261 (or 0x378261) is known color: Viridian. HEX triplet: 37, 82 and 61. RGB value is (55,130,97). Sum of RGB (Red+Green+Blue) = 55+130+97=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #378261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378261 is #C87D9E. Grayscale: #676767. Windows color (decimal): -13139359 or 6390327. OLE color: 6390327.

HSL color Cylindrical-coordinate representation of color #378261: hue angle of 153.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378261 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 97 -
CMYK 0.58 0 0.25 0.49
HSL 153.6º 0.41% 0.36% -
HSV(B) 153.6º 0.58% 0.51% -
XYZ 11.72 17.64 14.1 -
YUV 103.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 55 130 97 0.58 0 0.25 0.49 153.6 0.41 0.36
Hex 37 82 61 3A 0 19 31 9A 29 24
Octal 67 202 141 72 0 31 61 232 51 44
Binary 110111 10000010 1100001 111010 0 11001 110001 10011010 101001 100100

Color Harmonies of #378261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378261

Black with #378261

Text Example


Text Example

White with #378261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378261; }

 p { color: rgb(55,130,97); }

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

background-color css

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

 a { background-color: rgb(55,130,97); }

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

border-color css

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

 span { border-color: rgb(55,130,97); }

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