Html Css Color HEX #368766 Viridian

📋 copy color: '#368766'

red 54 ◦ green 135 ◦ blue 102

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

Shades of Viridian #368766

Tints of Viridian #368766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 18.56%
G = 46.39%
B = 35.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#368766 (or 0x368766) is known color: Viridian. HEX triplet: 36, 87 and 66. RGB value is (54,135,102). Sum of RGB (Red+Green+Blue) = 54+135+102=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #368766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368766 is #C97899. Grayscale: #6B6B6B. Windows color (decimal): -13203610 or 6719286. OLE color: 6719286.

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

Color convert

RGB 54 135 102 -
CMYK 0.60 0 0.24 0.47
HSL 155.56º 0.43% 0.37% -
HSV(B) 155.56º 0.6% 0.53% -
XYZ 12.58 19.07 15.59 -
YUV 107.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 54 135 102 0.60 0 0.24 0.47 155.56 0.43 0.37
Hex 36 87 66 3C 0 18 2F 9C 2B 25
Octal 66 207 146 74 0 30 57 234 53 45
Binary 110110 10000111 1100110 111100 0 11000 101111 10011100 101011 100101

Color Harmonies of #368766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368766

Black with #368766

Text Example


Text Example

White with #368766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368766; }

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

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

background-color css

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

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

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

border-color css

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

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

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