Html Css Color HEX #36826F Viridian

📋 copy color: '#36826F'

red 54 ◦ green 130 ◦ blue 111

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

Shades of Viridian #36826F

Tints of Viridian #36826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 18.31%
G = 44.07%
B = 37.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#36826F (or 0x36826F) is known color: Viridian. HEX triplet: 36, 82 and 6F. RGB value is (54,130,111). Sum of RGB (Red+Green+Blue) = 54+130+111=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #36826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826F is #C97D90. Grayscale: #696969. Windows color (decimal): -13204881 or 7307830. OLE color: 7307830.

HSL color Cylindrical-coordinate representation of color #36826F: hue angle of 165º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36826F is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 111 -
CMYK 0.58 0 0.15 0.49
HSL 165º 0.41% 0.36% -
HSV(B) 165º 0.58% 0.51% -
XYZ 12.37 17.9 17.84 -
YUV 105.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 54 130 111 0.58 0 0.15 0.49 165 0.41 0.36
Hex 36 82 6F 3A 0 F 31 A5 29 24
Octal 66 202 157 72 0 17 61 245 51 44
Binary 110110 10000010 1101111 111010 0 1111 110001 10100101 101001 100100

Color Harmonies of #36826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36826F

Black with #36826F

Text Example


Text Example

White with #36826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36826F; }

 p { color: rgb(54,130,111); }

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

background-color css

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

 a { background-color: rgb(54,130,111); }

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

border-color css

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

 span { border-color: rgb(54,130,111); }

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