Html Css Color HEX #377D69 Viridian

📋 copy color: '#377D69'

red 55 ◦ green 125 ◦ blue 105

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

Shades of Viridian #377D69

Tints of Viridian #377D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 19.3%
G = 43.86%
B = 36.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#377D69 (or 0x377D69) is known color: Viridian. HEX triplet: 37, 7D and 69. RGB value is (55,125,105). Sum of RGB (Red+Green+Blue) = 55+125+105=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #377D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D69 is #C88296. Grayscale: #656565. Windows color (decimal): -13140631 or 6913335. OLE color: 6913335.

HSL color Cylindrical-coordinate representation of color #377D69: hue angle of 162.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D69 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 105 -
CMYK 0.56 0 0.16 0.51
HSL 162.86º 0.39% 0.35% -
HSV(B) 162.86º 0.56% 0.49% -
XYZ 11.46 16.5 15.95 -
YUV 101.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 55 125 105 0.56 0 0.16 0.51 162.86 0.39 0.35
Hex 37 7D 69 38 0 10 33 A3 27 23
Octal 67 175 151 70 0 20 63 243 47 43
Binary 110111 1111101 1101001 111000 0 10000 110011 10100011 100111 100011

Color Harmonies of #377D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D69

Black with #377D69

Text Example


Text Example

White with #377D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D69; }

 p { color: rgb(55,125,105); }

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

background-color css

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

 a { background-color: rgb(55,125,105); }

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

border-color css

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

 span { border-color: rgb(55,125,105); }

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