Html Css Color HEX #378C69 Viridian

📋 copy color: '#378C69'

red 55 ◦ green 140 ◦ blue 105

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

Shades of Viridian #378C69

Tints of Viridian #378C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.67%

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

R = 18.33%
G = 46.67%
B = 35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#378C69 (or 0x378C69) is known color: Viridian. HEX triplet: 37, 8C and 69. RGB value is (55,140,105). Sum of RGB (Red+Green+Blue) = 55+140+105=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #378C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C69 is #C87396. Grayscale: #6E6E6E. Windows color (decimal): -13136791 or 6917175. OLE color: 6917175.

HSL color Cylindrical-coordinate representation of color #378C69: hue angle of 155.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C69 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 105 -
CMYK 0.61 0 0.25 0.45
HSL 155.29º 0.44% 0.38% -
HSV(B) 155.29º 0.61% 0.55% -
XYZ 13.5 20.59 16.63 -
YUV 110.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 55 140 105 0.61 0 0.25 0.45 155.29 0.44 0.38
Hex 37 8C 69 3D 0 19 2D 9B 2C 26
Octal 67 214 151 75 0 31 55 233 54 46
Binary 110111 10001100 1101001 111101 0 11001 101101 10011011 101100 100110

Color Harmonies of #378C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C69

Black with #378C69

Text Example


Text Example

White with #378C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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