Html Css Color HEX #378665 Viridian

📋 copy color: '#378665'

red 55 ◦ green 134 ◦ blue 101

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

Shades of Viridian #378665

Tints of Viridian #378665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 18.97%
G = 46.21%
B = 34.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#378665 (or 0x378665) is known color: Viridian. HEX triplet: 37, 86 and 65. RGB value is (55,134,101). Sum of RGB (Red+Green+Blue) = 55+134+101=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #378665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378665 is #C8799A. Grayscale: #6A6A6A. Windows color (decimal): -13138331 or 6653495. OLE color: 6653495.

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

Color convert

RGB 55 134 101 -
CMYK 0.59 0 0.25 0.47
HSL 154.94º 0.42% 0.37% -
HSV(B) 154.94º 0.59% 0.53% -
XYZ 12.45 18.8 15.28 -
YUV 106.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 55 134 101 0.59 0 0.25 0.47 154.94 0.42 0.37
Hex 37 86 65 3B 0 19 2F 9B 2A 25
Octal 67 206 145 73 0 31 57 233 52 45
Binary 110111 10000110 1100101 111011 0 11001 101111 10011011 101010 100101

Color Harmonies of #378665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378665

Black with #378665

Text Example


Text Example

White with #378665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378665; }

 p { color: rgb(55,134,101); }

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

background-color css

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

 a { background-color: rgb(55,134,101); }

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

border-color css

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

 span { border-color: rgb(55,134,101); }

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