Html Css Color HEX #377F69 Viridian

📋 copy color: '#377F69'

red 55 ◦ green 127 ◦ blue 105

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

Shades of Viridian #377F69

Tints of Viridian #377F69

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

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

R = 19.16%
G = 44.25%
B = 36.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#377F69 (or 0x377F69) is known color: Viridian. HEX triplet: 37, 7F and 69. RGB value is (55,127,105). Sum of RGB (Red+Green+Blue) = 55+127+105=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #377F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F69 is #C88096. Grayscale: #666666. Windows color (decimal): -13140119 or 6913847. OLE color: 6913847.

HSL color Cylindrical-coordinate representation of color #377F69: hue angle of 161.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F69 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 105 -
CMYK 0.57 0 0.17 0.50
HSL 161.67º 0.4% 0.36% -
HSV(B) 161.67º 0.57% 0.5% -
XYZ 11.71 17.01 16.03 -
YUV 102.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 55 127 105 0.57 0 0.17 0.50 161.67 0.4 0.36
Hex 37 7F 69 39 0 11 32 A2 28 24
Octal 67 177 151 71 0 21 62 242 50 44
Binary 110111 1111111 1101001 111001 0 10001 110010 10100010 101000 100100

Color Harmonies of #377F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F69

Black with #377F69

Text Example


Text Example

White with #377F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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