Html Css Color HEX #38846D Viridian

📋 copy color: '#38846D'

red 56 ◦ green 132 ◦ blue 109

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

Shades of Viridian #38846D

Tints of Viridian #38846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 109 (42.97% from 255) = 36.7%

R = 18.86%
G = 44.44%
B = 36.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#38846D (or 0x38846D) is known color: Viridian. HEX triplet: 38, 84 and 6D. RGB value is (56,132,109). Sum of RGB (Red+Green+Blue) = 56+132+109=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #38846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38846D is #C77B92. Grayscale: #6A6A6A. Windows color (decimal): -13073299 or 7177272. OLE color: 7177272.

HSL color Cylindrical-coordinate representation of color #38846D: hue angle of 161.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38846D is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 109 -
CMYK 0.58 0 0.17 0.48
HSL 161.84º 0.4% 0.37% -
HSV(B) 161.84º 0.58% 0.52% -
XYZ 12.64 18.45 17.36 -
YUV 106.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 56 132 109 0.58 0 0.17 0.48 161.84 0.4 0.37
Hex 38 84 6D 3A 0 11 30 A2 28 25
Octal 70 204 155 72 0 21 60 242 50 45
Binary 111000 10000100 1101101 111010 0 10001 110000 10100010 101000 100101

Color Harmonies of #38846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38846D

Black with #38846D

Text Example


Text Example

White with #38846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38846D; }

 p { color: rgb(56,132,109); }

 H1.HeaderClassName
 {
   color: #38846D;
 }
 .AnyTagClassName
 {
   color: #38846D;
 }
</style>

background-color css

<style>
 a { background-color: #38846D; }

 a { background-color: rgb(56,132,109); }

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

border-color css

<style>
 span { border-color: #38846D; }

 span { border-color: rgb(56,132,109); }

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