Html Css Color HEX #378875 Viridian

📋 copy color: '#378875'

red 55 ◦ green 136 ◦ blue 117

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

Shades of Viridian #378875

Tints of Viridian #378875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 17.86%
G = 44.16%
B = 37.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#378875 (or 0x378875) is known color: Viridian. HEX triplet: 37, 88 and 75. RGB value is (55,136,117). Sum of RGB (Red+Green+Blue) = 55+136+117=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #378875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378875 is #C8778A. Grayscale: #6D6D6D. Windows color (decimal): -13137803 or 7702583. OLE color: 7702583.

HSL color Cylindrical-coordinate representation of color #378875: hue angle of 165.93º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378875 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 117 -
CMYK 0.60 0 0.14 0.47
HSL 165.93º 0.42% 0.37% -
HSV(B) 165.93º 0.6% 0.53% -
XYZ 13.59 19.7 19.92 -
YUV 109.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 55 136 117 0.60 0 0.14 0.47 165.93 0.42 0.37
Hex 37 88 75 3C 0 E 2F A6 2A 25
Octal 67 210 165 74 0 16 57 246 52 45
Binary 110111 10001000 1110101 111100 0 1110 101111 10100110 101010 100101

Color Harmonies of #378875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378875

Black with #378875

Text Example


Text Example

White with #378875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378875; }

 p { color: rgb(55,136,117); }

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

background-color css

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

 a { background-color: rgb(55,136,117); }

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

border-color css

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

 span { border-color: rgb(55,136,117); }

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