Html Css Color HEX #39826C Viridian

📋 copy color: '#39826C'

red 57 ◦ green 130 ◦ blue 108

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

Shades of Viridian #39826C

Tints of Viridian #39826C

RGB

 RED value IS 57 (22.66% from 255) = 19.32%

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 19.32%
G = 44.07%
B = 36.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#39826C (or 0x39826C) is known color: Viridian. HEX triplet: 39, 82 and 6C. RGB value is (57,130,108). Sum of RGB (Red+Green+Blue) = 57+130+108=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #39826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39826C is #C67D93. Grayscale: #696969. Windows color (decimal): -13008276 or 7111225. OLE color: 7111225.

HSL color Cylindrical-coordinate representation of color #39826C: hue angle of 161.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39826C is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 108 -
CMYK 0.56 0 0.17 0.49
HSL 161.92º 0.39% 0.37% -
HSV(B) 161.92º 0.56% 0.51% -
XYZ 12.38 17.92 16.99 -
YUV 105.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 57 130 108 0.56 0 0.17 0.49 161.92 0.39 0.37
Hex 39 82 6C 38 0 11 31 A2 27 25
Octal 71 202 154 70 0 21 61 242 47 45
Binary 111001 10000010 1101100 111000 0 10001 110001 10100010 100111 100101

Color Harmonies of #39826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39826C

Black with #39826C

Text Example


Text Example

White with #39826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39826C; }

 p { color: rgb(57,130,108); }

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

background-color css

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

 a { background-color: rgb(57,130,108); }

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

border-color css

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

 span { border-color: rgb(57,130,108); }

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