Html Css Color HEX #378764 Viridian

📋 copy color: '#378764'

red 55 ◦ green 135 ◦ blue 100

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

Shades of Viridian #378764

Tints of Viridian #378764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

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

R = 18.97%
G = 46.55%
B = 34.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#378764 (or 0x378764) is known color: Viridian. HEX triplet: 37, 87 and 64. RGB value is (55,135,100). Sum of RGB (Red+Green+Blue) = 55+135+100=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #378764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378764 is #C8789B. Grayscale: #6B6B6B. Windows color (decimal): -13138076 or 6588215. OLE color: 6588215.

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

Color convert

RGB 55 135 100 -
CMYK 0.59 0 0.26 0.47
HSL 153.75º 0.42% 0.37% -
HSV(B) 153.75º 0.59% 0.53% -
XYZ 12.54 19.06 15.07 -
YUV 107.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 55 135 100 0.59 0 0.26 0.47 153.75 0.42 0.37
Hex 37 87 64 3B 0 1A 2F 9A 2A 25
Octal 67 207 144 73 0 32 57 232 52 45
Binary 110111 10000111 1100100 111011 0 11010 101111 10011010 101010 100101

Color Harmonies of #378764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378764

Black with #378764

Text Example


Text Example

White with #378764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378764; }

 p { color: rgb(55,135,100); }

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

background-color css

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

 a { background-color: rgb(55,135,100); }

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

border-color css

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

 span { border-color: rgb(55,135,100); }

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