Html Css Color HEX #368067 Viridian

📋 copy color: '#368067'

red 54 ◦ green 128 ◦ blue 103

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

Shades of Viridian #368067

Tints of Viridian #368067

RGB

 RED value IS 54 (21.48% from 255) = 18.95%

 GREEN value IS 128 (50.39% from 255) = 44.91%

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

R = 18.95%
G = 44.91%
B = 36.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#368067 (or 0x368067) is known color: Viridian. HEX triplet: 36, 80 and 67. RGB value is (54,128,103). Sum of RGB (Red+Green+Blue) = 54+128+103=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #368067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368067 is #C97F98. Grayscale: #676767. Windows color (decimal): -13205401 or 6783030. OLE color: 6783030.

HSL color Cylindrical-coordinate representation of color #368067: hue angle of 159.73º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368067 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 103 -
CMYK 0.58 0 0.20 0.50
HSL 159.73º 0.41% 0.36% -
HSV(B) 159.73º 0.58% 0.5% -
XYZ 11.69 17.2 15.54 -
YUV 103.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 54 128 103 0.58 0 0.20 0.50 159.73 0.41 0.36
Hex 36 80 67 3A 0 14 32 A0 29 24
Octal 66 200 147 72 0 24 62 240 51 44
Binary 110110 10000000 1100111 111010 0 10100 110010 10100000 101001 100100

Color Harmonies of #368067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368067

Black with #368067

Text Example


Text Example

White with #368067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368067; }

 p { color: rgb(54,128,103); }

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

background-color css

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

 a { background-color: rgb(54,128,103); }

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

border-color css

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

 span { border-color: rgb(54,128,103); }

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