Html Css Color HEX #378869 Viridian

📋 copy color: '#378869'

red 55 ◦ green 136 ◦ blue 105

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

Shades of Viridian #378869

Tints of Viridian #378869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

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

R = 18.58%
G = 45.95%
B = 35.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#378869 (or 0x378869) is known color: Viridian. HEX triplet: 37, 88 and 69. RGB value is (55,136,105). Sum of RGB (Red+Green+Blue) = 55+136+105=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #378869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378869 is #C87796. Grayscale: #6C6C6C. Windows color (decimal): -13137815 or 6916151. OLE color: 6916151.

HSL color Cylindrical-coordinate representation of color #378869: hue angle of 157.04º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378869 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 105 -
CMYK 0.60 0 0.23 0.47
HSL 157.04º 0.42% 0.37% -
HSV(B) 157.04º 0.6% 0.53% -
XYZ 12.93 19.44 16.44 -
YUV 108.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 55 136 105 0.60 0 0.23 0.47 157.04 0.42 0.37
Hex 37 88 69 3C 0 17 2F 9D 2A 25
Octal 67 210 151 74 0 27 57 235 52 45
Binary 110111 10001000 1101001 111100 0 10111 101111 10011101 101010 100101

Color Harmonies of #378869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378869

Black with #378869

Text Example


Text Example

White with #378869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378869; }

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

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

background-color css

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

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

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

border-color css

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

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

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