Html Css Color HEX #368768 Viridian

📋 copy color: '#368768'

red 54 ◦ green 135 ◦ blue 104

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

Shades of Viridian #368768

Tints of Viridian #368768

RGB

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

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

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

R = 18.43%
G = 46.08%
B = 35.49%

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

#368768 (or 0x368768) is known color: Viridian. HEX triplet: 36, 87 and 68. RGB value is (54,135,104). Sum of RGB (Red+Green+Blue) = 54+135+104=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #368768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368768 is #C97897. Grayscale: #6B6B6B. Windows color (decimal): -13203608 or 6850358. OLE color: 6850358.

HSL color Cylindrical-coordinate representation of color #368768: hue angle of 157.04º degrees, saturation: 0.43, 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 #368768 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 135 104 -
CMYK 0.60 0 0.23 0.47
HSL 157.04º 0.43% 0.37% -
HSV(B) 157.04º 0.6% 0.53% -
XYZ 12.68 19.11 16.12 -
YUV 107.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 54 135 104 0.60 0 0.23 0.47 157.04 0.43 0.37
Hex 36 87 68 3C 0 17 2F 9D 2B 25
Octal 66 207 150 74 0 27 57 235 53 45
Binary 110110 10000111 1101000 111100 0 10111 101111 10011101 101011 100101

Color Harmonies of #368768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368768

Black with #368768

Text Example


Text Example

White with #368768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368768; }

 p { color: rgb(54,135,104); }

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

background-color css

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

 a { background-color: rgb(54,135,104); }

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

border-color css

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

 span { border-color: rgb(54,135,104); }

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