Html Css Color HEX #368866 Viridian

📋 copy color: '#368866'

red 54 ◦ green 136 ◦ blue 102

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

Shades of Viridian #368866

Tints of Viridian #368866

RGB

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

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

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

R = 18.49%
G = 46.58%
B = 34.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#368866 (or 0x368866) is known color: Viridian. HEX triplet: 36, 88 and 66. RGB value is (54,136,102). Sum of RGB (Red+Green+Blue) = 54+136+102=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #368866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368866 is #C97799. Grayscale: #6B6B6B. Windows color (decimal): -13203354 or 6719542. OLE color: 6719542.

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

Color convert

RGB 54 136 102 -
CMYK 0.60 0 0.25 0.47
HSL 155.12º 0.43% 0.37% -
HSV(B) 155.12º 0.6% 0.53% -
XYZ 12.72 19.35 15.64 -
YUV 107.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 54 136 102 0.60 0 0.25 0.47 155.12 0.43 0.37
Hex 36 88 66 3C 0 19 2F 9B 2B 25
Octal 66 210 146 74 0 31 57 233 53 45
Binary 110110 10001000 1100110 111100 0 11001 101111 10011011 101011 100101

Color Harmonies of #368866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368866

Black with #368866

Text Example


Text Example

White with #368866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368866; }

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

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

background-color css

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

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

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

border-color css

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

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

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