Html Css Color HEX #39826B Viridian

📋 copy color: '#39826B'

red 57 ◦ green 130 ◦ blue 107

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

Shades of Viridian #39826B

Tints of Viridian #39826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 19.39%
G = 44.22%
B = 36.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#39826B (or 0x39826B) is known color: Viridian. HEX triplet: 39, 82 and 6B. RGB value is (57,130,107). Sum of RGB (Red+Green+Blue) = 57+130+107=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #39826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39826B is #C67D94. Grayscale: #696969. Windows color (decimal): -13008277 or 7045689. OLE color: 7045689.

HSL color Cylindrical-coordinate representation of color #39826B: hue angle of 161.1º 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 #39826B is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 107 -
CMYK 0.56 0 0.18 0.49
HSL 161.1º 0.39% 0.37% -
HSV(B) 161.1º 0.56% 0.51% -
XYZ 12.32 17.9 16.71 -
YUV 105.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 57 130 107 0.56 0 0.18 0.49 161.1 0.39 0.37
Hex 39 82 6B 38 0 12 31 A1 27 25
Octal 71 202 153 70 0 22 61 241 47 45
Binary 111001 10000010 1101011 111000 0 10010 110001 10100001 100111 100101

Color Harmonies of #39826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39826B

Black with #39826B

Text Example


Text Example

White with #39826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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