Html Css Color HEX #38826E Viridian

📋 copy color: '#38826E'

red 56 ◦ green 130 ◦ blue 110

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

Shades of Viridian #38826E

Tints of Viridian #38826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 18.92%
G = 43.92%
B = 37.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#38826E (or 0x38826E) is known color: Viridian. HEX triplet: 38, 82 and 6E. RGB value is (56,130,110). Sum of RGB (Red+Green+Blue) = 56+130+110=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #38826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826E is #C77D91. Grayscale: #696969. Windows color (decimal): -13073810 or 7242296. OLE color: 7242296.

HSL color Cylindrical-coordinate representation of color #38826E: hue angle of 163.78º 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 #38826E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 110 -
CMYK 0.57 0 0.15 0.49
HSL 163.78º 0.4% 0.36% -
HSV(B) 163.78º 0.57% 0.51% -
XYZ 12.43 17.93 17.56 -
YUV 105.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 56 130 110 0.57 0 0.15 0.49 163.78 0.4 0.36
Hex 38 82 6E 39 0 F 31 A4 28 24
Octal 70 202 156 71 0 17 61 244 50 44
Binary 111000 10000010 1101110 111001 0 1111 110001 10100100 101000 100100

Color Harmonies of #38826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38826E

Black with #38826E

Text Example


Text Example

White with #38826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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