Html Css Color HEX #377C67 Viridian

📋 copy color: '#377C67'

red 55 ◦ green 124 ◦ blue 103

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

Shades of Viridian #377C67

Tints of Viridian #377C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.97%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 19.5%
G = 43.97%
B = 36.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#377C67 (or 0x377C67) is known color: Viridian. HEX triplet: 37, 7C and 67. RGB value is (55,124,103). Sum of RGB (Red+Green+Blue) = 55+124+103=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #377C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C67 is #C88398. Grayscale: #646464. Windows color (decimal): -13140889 or 6782007. OLE color: 6782007.

HSL color Cylindrical-coordinate representation of color #377C67: hue angle of 161.74º 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 #377C67 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 103 -
CMYK 0.56 0 0.17 0.51
HSL 161.74º 0.39% 0.35% -
HSV(B) 161.74º 0.56% 0.49% -
XYZ 11.23 16.21 15.37 -
YUV 100.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 55 124 103 0.56 0 0.17 0.51 161.74 0.39 0.35
Hex 37 7C 67 38 0 11 33 A2 27 23
Octal 67 174 147 70 0 21 63 242 47 43
Binary 110111 1111100 1100111 111000 0 10001 110011 10100010 100111 100011

Color Harmonies of #377C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C67

Black with #377C67

Text Example


Text Example

White with #377C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,124,103); }

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

background-color css

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

 a { background-color: rgb(55,124,103); }

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

border-color css

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

 span { border-color: rgb(55,124,103); }

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