Html Css Color HEX #377B66 Viridian

📋 copy color: '#377B66'

red 55 ◦ green 123 ◦ blue 102

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

Shades of Viridian #377B66

Tints of Viridian #377B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

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

R = 19.64%
G = 43.93%
B = 36.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#377B66 (or 0x377B66) is known color: Viridian. HEX triplet: 37, 7B and 66. RGB value is (55,123,102). Sum of RGB (Red+Green+Blue) = 55+123+102=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #377B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B66 is #C88499. Grayscale: #646464. Windows color (decimal): -13141146 or 6716215. OLE color: 6716215.

HSL color Cylindrical-coordinate representation of color #377B66: hue angle of 161.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B66 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 102 -
CMYK 0.55 0 0.17 0.52
HSL 161.47º 0.38% 0.35% -
HSV(B) 161.47º 0.55% 0.48% -
XYZ 11.06 15.94 15.06 -
YUV 100.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 55 123 102 0.55 0 0.17 0.52 161.47 0.38 0.35
Hex 37 7B 66 37 0 11 34 A1 26 23
Octal 67 173 146 67 0 21 64 241 46 43
Binary 110111 1111011 1100110 110111 0 10001 110100 10100001 100110 100011

Color Harmonies of #377B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B66

Black with #377B66

Text Example


Text Example

White with #377B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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