Html Css Color HEX #378769 Viridian

📋 copy color: '#378769'

red 55 ◦ green 135 ◦ blue 105

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

Shades of Viridian #378769

Tints of Viridian #378769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

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

R = 18.64%
G = 45.76%
B = 35.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#378769 (or 0x378769) is known color: Viridian. HEX triplet: 37, 87 and 69. RGB value is (55,135,105). Sum of RGB (Red+Green+Blue) = 55+135+105=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #378769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378769 is #C87896. Grayscale: #6B6B6B. Windows color (decimal): -13138071 or 6915895. OLE color: 6915895.

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

Color convert

RGB 55 135 105 -
CMYK 0.59 0 0.22 0.47
HSL 157.5º 0.42% 0.37% -
HSV(B) 157.5º 0.59% 0.53% -
XYZ 12.79 19.16 16.39 -
YUV 107.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 55 135 105 0.59 0 0.22 0.47 157.5 0.42 0.37
Hex 37 87 69 3B 0 16 2F 9E 2A 25
Octal 67 207 151 73 0 26 57 236 52 45
Binary 110111 10000111 1101001 111011 0 10110 101111 10011110 101010 100101

Color Harmonies of #378769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378769

Black with #378769

Text Example


Text Example

White with #378769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378769; }

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

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

background-color css

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

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

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

border-color css

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

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

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