Html Css Color HEX #38826A Viridian

📋 copy color: '#38826A'

red 56 ◦ green 130 ◦ blue 106

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

Shades of Viridian #38826A

Tints of Viridian #38826A

RGB

 RED value IS 56 (22.27% from 255) = 19.18%

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 19.18%
G = 44.52%
B = 36.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#38826A (or 0x38826A) is known color: Viridian. HEX triplet: 38, 82 and 6A. RGB value is (56,130,106). Sum of RGB (Red+Green+Blue) = 56+130+106=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #38826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826A is #C77D95. Grayscale: #696969. Windows color (decimal): -13073814 or 6980152. OLE color: 6980152.

HSL color Cylindrical-coordinate representation of color #38826A: hue angle of 160.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38826A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 106 -
CMYK 0.57 0 0.18 0.49
HSL 160.54º 0.4% 0.36% -
HSV(B) 160.54º 0.57% 0.51% -
XYZ 12.22 17.85 16.44 -
YUV 105.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 56 130 106 0.57 0 0.18 0.49 160.54 0.4 0.36
Hex 38 82 6A 39 0 12 31 A1 28 24
Octal 70 202 152 71 0 22 61 241 50 44
Binary 111000 10000010 1101010 111001 0 10010 110001 10100001 101000 100100

Color Harmonies of #38826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38826A

Black with #38826A

Text Example


Text Example

White with #38826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38826A; }

 p { color: rgb(56,130,106); }

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

background-color css

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

 a { background-color: rgb(56,130,106); }

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

border-color css

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

 span { border-color: rgb(56,130,106); }

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