Html Css Color HEX #378864 Viridian

📋 copy color: '#378864'

red 55 ◦ green 136 ◦ blue 100

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

Shades of Viridian #378864

Tints of Viridian #378864

RGB

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

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

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

R = 18.9%
G = 46.74%
B = 34.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#378864 (or 0x378864) is known color: Viridian. HEX triplet: 37, 88 and 64. RGB value is (55,136,100). Sum of RGB (Red+Green+Blue) = 55+136+100=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #378864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378864 is #C8779B. Grayscale: #6B6B6B. Windows color (decimal): -13137820 or 6588471. OLE color: 6588471.

HSL color Cylindrical-coordinate representation of color #378864: hue angle of 153.33º 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 #378864 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 100 -
CMYK 0.60 0 0.26 0.47
HSL 153.33º 0.42% 0.37% -
HSV(B) 153.33º 0.6% 0.53% -
XYZ 12.68 19.34 15.12 -
YUV 107.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 55 136 100 0.60 0 0.26 0.47 153.33 0.42 0.37
Hex 37 88 64 3C 0 1A 2F 99 2A 25
Octal 67 210 144 74 0 32 57 231 52 45
Binary 110111 10001000 1100100 111100 0 11010 101111 10011001 101010 100101

Color Harmonies of #378864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378864

Black with #378864

Text Example


Text Example

White with #378864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378864; }

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

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

background-color css

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

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

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

border-color css

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

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

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