Html Css Color HEX #377B63 Viridian

📋 copy color: '#377B63'

red 55 ◦ green 123 ◦ blue 99

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

Shades of Viridian #377B63

Tints of Viridian #377B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 19.86%
G = 44.4%
B = 35.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#377B63 (or 0x377B63) is known color: Viridian. HEX triplet: 37, 7B and 63. RGB value is (55,123,99). Sum of RGB (Red+Green+Blue) = 55+123+99=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #377B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B63 is #C8849C. Grayscale: #636363. Windows color (decimal): -13141149 or 6519607. OLE color: 6519607.

HSL color Cylindrical-coordinate representation of color #377B63: hue angle of 158.82º 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 #377B63 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 99 -
CMYK 0.55 0 0.20 0.52
HSL 158.82º 0.38% 0.35% -
HSV(B) 158.82º 0.55% 0.48% -
XYZ 10.91 15.88 14.29 -
YUV 99.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 55 123 99 0.55 0 0.20 0.52 158.82 0.38 0.35
Hex 37 7B 63 37 0 14 34 9F 26 23
Octal 67 173 143 67 0 24 64 237 46 43
Binary 110111 1111011 1100011 110111 0 10100 110100 10011111 100110 100011

Color Harmonies of #377B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B63

Black with #377B63

Text Example


Text Example

White with #377B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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