Html Css Color HEX #378766 Viridian

📋 copy color: '#378766'

red 55 ◦ green 135 ◦ blue 102

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

Shades of Viridian #378766

Tints of Viridian #378766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 18.84%
G = 46.23%
B = 34.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#378766 (or 0x378766) is known color: Viridian. HEX triplet: 37, 87 and 66. RGB value is (55,135,102). Sum of RGB (Red+Green+Blue) = 55+135+102=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #378766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378766 is #C87899. Grayscale: #6B6B6B. Windows color (decimal): -13138074 or 6719287. OLE color: 6719287.

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

Color convert

RGB 55 135 102 -
CMYK 0.59 0 0.24 0.47
HSL 155.25º 0.42% 0.37% -
HSV(B) 155.25º 0.59% 0.53% -
XYZ 12.64 19.1 15.59 -
YUV 107.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 55 135 102 0.59 0 0.24 0.47 155.25 0.42 0.37
Hex 37 87 66 3B 0 18 2F 9B 2A 25
Octal 67 207 146 73 0 30 57 233 52 45
Binary 110111 10000111 1100110 111011 0 11000 101111 10011011 101010 100101

Color Harmonies of #378766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378766

Black with #378766

Text Example


Text Example

White with #378766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378766; }

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

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

background-color css

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

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

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

border-color css

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

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

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