Html Css Color HEX #378A68 Viridian

📋 copy color: '#378A68'

red 55 ◦ green 138 ◦ blue 104

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

Shades of Viridian #378A68

Tints of Viridian #378A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 18.52%
G = 46.46%
B = 35.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#378A68 (or 0x378A68) is known color: Viridian. HEX triplet: 37, 8A and 68. RGB value is (55,138,104). Sum of RGB (Red+Green+Blue) = 55+138+104=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #378A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A68 is #C87597. Grayscale: #6D6D6D. Windows color (decimal): -13137304 or 6851127. OLE color: 6851127.

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

Color convert

RGB 55 138 104 -
CMYK 0.60 0 0.25 0.46
HSL 155.42º 0.43% 0.38% -
HSV(B) 155.42º 0.6% 0.54% -
XYZ 13.16 19.99 16.26 -
YUV 109.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 55 138 104 0.60 0 0.25 0.46 155.42 0.43 0.38
Hex 37 8A 68 3C 0 19 2E 9B 2B 26
Octal 67 212 150 74 0 31 56 233 53 46
Binary 110111 10001010 1101000 111100 0 11001 101110 10011011 101011 100110

Color Harmonies of #378A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A68

Black with #378A68

Text Example


Text Example

White with #378A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,138,104); }

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

background-color css

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

 a { background-color: rgb(55,138,104); }

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

border-color css

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

 span { border-color: rgb(55,138,104); }

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