Html Css Color HEX #378B67 Viridian

📋 copy color: '#378B67'

red 55 ◦ green 139 ◦ blue 103

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

Shades of Viridian #378B67

Tints of Viridian #378B67

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

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

R = 18.52%
G = 46.8%
B = 34.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#378B67 (or 0x378B67) is known color: Viridian. HEX triplet: 37, 8B and 67. RGB value is (55,139,103). Sum of RGB (Red+Green+Blue) = 55+139+103=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #378B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B67 is #C87498. Grayscale: #6D6D6D. Windows color (decimal): -13137049 or 6785847. OLE color: 6785847.

HSL color Cylindrical-coordinate representation of color #378B67: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B67 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 103 -
CMYK 0.60 0 0.26 0.45
HSL 154.29º 0.43% 0.38% -
HSV(B) 154.29º 0.6% 0.55% -
XYZ 13.26 20.26 16.04 -
YUV 109.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 55 139 103 0.60 0 0.26 0.45 154.29 0.43 0.38
Hex 37 8B 67 3C 0 1A 2D 9A 2B 26
Octal 67 213 147 74 0 32 55 232 53 46
Binary 110111 10001011 1100111 111100 0 11010 101101 10011010 101011 100110

Color Harmonies of #378B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B67

Black with #378B67

Text Example


Text Example

White with #378B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378B67; }

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

 H1.HeaderClassName
 {
   color: #378B67;
 }
 .AnyTagClassName
 {
   color: #378B67;
 }
</style>

background-color css

<style>
 a { background-color: #378B67; }

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

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

border-color css

<style>
 span { border-color: #378B67; }

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

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